
/* start /web-platform/styles/browserErrors/browserErrors.css*/
.soeErrMsg#oldBrowser, .soeErrMsg#noCookies{
	display: none;
}
.soeErrMsg {
	clear: both;
	position: relative;
	z-index: 9999;
}
.soeErrMsg * {
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
}
.soeErrMsg .soeErrMsgTitle {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	background-color: #760204;
	padding: 0 31px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.soeErrMsg .soeErrMsgTitle .soeErrMsgClose {
	font-size: 11px;
	color: #ffffff;
	text-shadow: none;
	float: right;
	border-radius: 50%;
	background-color: #000000;
	margin: 7px;
	border: solid 1px #FFFFFF;
	line-height: 14px;
	text-decoration: none;
}
.soeErrMsg .soeErrMsgBody {
	font-size: 13px;
	color: #4b4b4b;
	background-color: #ffffff;
	padding: 12px 31px 17px 31px;
	text-align: center;
}
.soeErrMsg .soeErrMsgBody ul.browerList {
	margin: 10px 0 0 0;
	padding: 0;
}
.soeErrMsg .soeErrMsgBody ul.browerList li {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
}
.soeErrMsg .soeErrMsgBody ul.browerList li.ffx {
	background: transparent url('/includes/framework/web-platform/browserErrors/images/browsers/ffx.png') no-repeat left top;
}
.soeErrMsg .soeErrMsgBody ul.browerList li.gc {
	background: transparent url('/includes/framework/web-platform/browserErrors/images/browsers/gc.png') no-repeat left top;
}
.soeErrMsg .soeErrMsgBody ul.browerList li.as {
	background: transparent url('/includes/framework/web-platform/browserErrors/images/browsers/as.png') no-repeat left top;
}
.soeErrMsg .soeErrMsgBody ul.browerList li.ie {
	background: transparent url('/includes/framework/web-platform/browserErrors/images/browsers/ie.png') no-repeat left top;
}
.soeErrMsg .soeErrMsgBody ul.browerList li a {
	color: #0E78C9;
	line-height: 41px;
	padding: 0 25px 0 45px;
	display: inline-block;
}
.soeErrMsg .soeErrMsgBody ul.browerList li a:visited {
	color: #0E78C9;
}

/* end /web-platform/styles/browserErrors/browserErrors.css*/

/* start /web-platform/styles/web-make-believe-bar/web-make-believe.css*/
#topBar {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/make-believe-bg-dark.jpg?v=3977806040') repeat-x center top;
	height: 38px;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 9999;
	clear: both;
}

#topBar img {
	vertical-align: middle;
}

#topBar #topBarAlign {
	max-width: 1000px;
	margin: auto;
}
#topBar a#sonyLogo {
	display: block;
	float: left;
	width: 70px;
	height: 38px;
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/sony-logo-dark.png?v=1701783939') no-repeat center top;
	margin-left: 24px;
}
#topBar a#soeLogo {
	cursor: pointer;
	float: right;
	display: block;
	height: 38px;
	width: 155px;
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/soe-logo-dark.png?v=830913941') no-repeat center top;
	margin-right: 24px;
}

#topBar #allAccessLogo {
	position: relative;
	top: -1px;
	padding-left: 2px;
}

#topBar #playerTools {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/divider-dark.png?v=973162284') no-repeat right;
	color: #d9d9d9!important;
	display: inline;
	float: right;
	font-size: 11px;
	list-style: none;
	position: relative;
	font-family: arial;
	text-transform: capitalize;
}
#topBar #playerTools li {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/divider-dark.png?v=973162284') no-repeat left;
	cursor: pointer;
	float: left;
	position: relative;
}
#topBar #playerTools li a {
	color: #d9d9d9 !important;
	display: inline-block;
}

#topBar #playerTools li ul li {
	padding: 0px;
}
body.hover-enabled #topBar #playerTools li#mb-accountOptions:hover,  body.hover-enabled #topBar #playerTools li#mb-loggedInLinks:hover{
	background-color: #0f0f0f;
}
#topBar #playerTools li#mb-accountOptions ul, #topBar #playerTools li#mb-allAccess ul, #topBar #playerTools li#mb-loggedInLinks ul {
	background: #0f0f0f;
	border: 1px solid #38291f;
	border-top: none;
	left: -9999px;
	margin-top: 10px;
	position: absolute;
	text-align: left;
	z-index: 100;
	box-shadow: 0 3px 3px black;
	top: 27px;
}
#topBar #playerTools li#mb-accountOptions li, #topBar #playerTools li#mb-allAccess li, #topBar #playerTools li#mb-loggedInLinks li {
	text-transform: capitalize;
}
#topBar #playerTools li#mb-accountOptions li a, #topBar #playerTools li#mb-allAccess li, #topBar #playerTools li#mb-loggedInLinks li a {
	padding: 5px;
	font-size: 12px;
}
#topBar #playerTools li#mb-allAccess ul.mb-getAllAccess li {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/side-arrow.jpg?v=2025784268') no-repeat scroll 5px 9px rgba(0, 0, 0, 0);
	padding-left: 20px;
	padding-right: 15px;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess {
	width: 290px;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li {
	padding: 5px;
	white-space: normal;
	cursor: default !important;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li span.mb-rewards{
	color: #ffffff;
	font-weight: bold;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li#mb-member-info-link a, #topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li a#membershipLink{
	color: #328efd !important;
	font-weight: bold;
}
#topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li#mb-member-info-link a:hover,  #topBar #playerTools li#mb-allAccess ul.mb-myAllAccess li a#membershipLink:hover{
	color: #ffffff !important;
}
#topBar #playerTools li#mb-allAccess li#mb-allAccess-title {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/tryAllAccessBg.png?v=3063321847') no-repeat scroll top left rgba(0, 0, 0, 0);
	padding-top: 15px;
	height: 41px;
	font-weight: bold;
	color: #ffffff;
}
#topBar #playerTools li#mb-allAccess li#mb-find-out-more {
	font-weight: bold;
	color: #303030;
	font-size: 13px;
	margin-bottom: 10px;
	background: none;
}
#topBar #playerTools li#mb-allAccess span.promo-title {
	color: #ffc600;
	font-weight: bold;
}
#topBar #playerTools li#mb-accountOptions li:hover, #topBar #playerTools li#mb-loggedInLinks li:hover {
	background-color: #323131;
}
#topBar #playerTools ul li {
	background: transparent;
	float: none;
	white-space: nowrap;
}
#topBar #playerTools li a#loginLink,
#topBar #playerTools li a#accountCreate,
#topBar #playerTools .username,
#topBar #playerTools .sign-out {
	color: #45a7f1 !important;
}
#topBar #playerTools li a#loginLink:hover,
#topBar #playerTools li a#accountCreate:hover,
#topBar #playerTools .username:hover,
#topBar #playerTools .sign-out:hover {
	color: #7cc4fb !important;
}
#topBar li#mb-accountOptions span#downArrow, #topBar li#mb-allAccess span#downArrow, #topBar li#mb-loggedInLinks span#downArrow{
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/downArrow.jpg?v=3625558023') no-repeat;
	display: inline-block;
	height: 13px;
	margin-left: 10px;
	width: 13px;
	    top: 2px;
    position: relative;
}

#topBar #playerTools li#mb-accountOptions:hover ul, #topBar #playerTools li#mb-allAccess:hover ul,#topBar #playerTools li#mb-loggedInLinks:hover ul {
	left: 0;
}
#topBar #playerTools li a:hover {
	color: #ffffff !important;
}

/* ripped from bootstrap for responsive sites */

#topBar ul.account-area {
	float: right;
	height: 38px;
	list-style: none outside none;
	margin: 0 20px 0 0;
	padding: 0;
	top: 0px;
}
#topBar ul.account-area li.top-level {
	color: #D9D9D9;
	cursor: default;
	float: left;
	line-height: 38px;
	list-style: none outside none;
	margin: 0;
	padding: 0 18px;
	position: relative;
}
#topBar ul.account-area li.top-level a.account-link {
	color: #FFFFFF;
}
#topBar ul.account-area li.top-level ul.dropdown-level {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #000000;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-color: -moz-use-text-color #2D2D2D #2D2D2D;
	border-image: none;
	border-right: 1px solid #2D2D2D;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	box-shadow: 0 15px 40px -15px rgba(0, 0, 0, 0.8);
	left: 0;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 2px;
	position: absolute;
	top: 38px;
	width: auto;
	min-width: 185px;
	z-index: 100;
}
#topBar ul.account-area li.top-level ul.dropdown-level li {
	line-height: 20px;
	min-height: 30px;
	list-style: none outside none;
}
#topBar ul.account-area li.top-level ul.dropdown-level li a {
	color: #C0C0C0;
	display: block;
	line-height: 22px;
	background: none;
}
#topBar .btn-default {
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	color: #333333;
}
#topBar .btn-navbar {
	background-image: linear-gradient(to bottom, #D9D6D6 0%, #CCC9C9 100%) !important;
	background-repeat: repeat-x;
	border-color: #000000;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
	color: #FFFFFF;
	display: none;
	float: right;
	margin-left: 5px;
	margin-right: 2px;
	padding: 7px 10px;
	width: 100px !important;
}
#topBar .btn-navbar .navbar-text {
	color: #191919 !important;
	float: right;
	font-size: 20px;
	font-weight: 700;
	line-height: 5px;
	width: 50px;
}

#topBar .btn-find-out-more {
	background: url('https://www.everquest.com/web-platform/includes/framework/web-platform/make-believe-bar/images/btn-primary.jpg?v=502724343') top right repeat-x !important;
	border-color: #000000;
	padding: 4px 29px 0px 5px;
	width: auto !important;
	height: 30px !important;
	color: #303030 !important;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.50);
	font-weight: bold;
	text-transform: uppercase;
}

#topBar #playerTools li a.btn-find-out-more {
    color: #303030 !important;
}

#topBar #playerTools ul.mb-getAllAccess li{
   cursor: default !important;
}


@media (min-width: 768px) and (max-width: 991px) {
	.navbar .navbar-inner .container #topBar ul.account-area li {
		font-size: 10px;
	}
}


/* end /web-platform/styles/web-make-believe-bar/web-make-believe.css*/

/* start /styles/bootstrap.css*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 1.17em;
}
h4,
.h4 {
  font-size: 1em;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.dl-horizontal dd:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: inherit;
}
dt {
  font-weight: normal;
}
label {
  font-weight: normal;
}


/* end /styles/bootstrap.css*/

/* start /styles/core.css*/
/** -------------------- RESET -------------------- */
html {color: #000;font-size:100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td {margin: 0;padding: 0;}
fieldset,img {border: 0;}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var {font:inherit;}
del,ins {text-decoration: 0;}
li {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: bold;}
q:before,q:after {content: '';}
abbr,acronym {border: 0;font-variant: normal;}
sup {vertical-align: baseline;}
sub {vertical-align: baseline;}
/*because legend doesn't inherit in IE */
legend {color: #000;}
a, a:link, a:visited, a:hover, a:active, a:focus{outline:0;outline-color:transparent;outline-style:none; border:none;text-decoration:none;padding:0;margin:0;color:#2b4e6e;}
sub, sup {
	font-size: 0.7em;
	line-height: 0;
	position: relative;
	top: -4px;
}
body{
	color: #2c2c2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.125em; /* 16×1.125=18 */
	letter-spacing:normal;
	font-style: normal;
	font-weight:normal;
	width: 100%;
	background-color:#00111f;
	background-image: url('https://www.everquest.com/images/themes/base/eq-bg-bar-lt.png?v=4069056944');
	background-position: center 40px;
	background-repeat: repeat-x;
}
body.register{
	background-color: #011823;
	background-image: none;
}
body h1{
	color: #ffffff;
	font-size:1.0em; /* 16x.875=14 */
	font-family: Georgia, serif;
}
body h2{
	color: #2b4e6e;
	font-size:0.875em; /* 16x.875=14 */
}
body h2 a{
	color: #2b4e6e;
}
body h2 a:hover{
	color: #2b78bd;
}
body a{
	color: #2b4e6e;
}
body a:hover{
	color: #2b78bd;
}
body p{
	font-size:0.75em; /* 16x0.75=12 */
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}
/** -------------------- END RESET -------------------- */
/** -------------------- GLOBAL TOP BAR -------------------- */
#topBar {
	background-color: #000000;
	height: 40px;
	margin: 0;
	padding: 0;
	width:100%;
	position: relative;
	z-index: 200;
}

/** -------------------- END GLOBAL TOP BAR -------------------- */
/** -------------------- LOGIN - LOGOUT - JOIN -------------------- */
ul.login-logout{
	position: relative;
	display: block;
	height: 36px;
	list-style: none;
	float: right;
	margin: 0;
	z-index: 100;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height: 28px;
	min-width: 500px;
	margin-right:10px;
}
ul.login-logout li.sign-in.tile{
	position: relative;
	display: block;
	height: 36px;
	float: right;
	background-image: url('https://www.everquest.com/images/themes/base/login-logout-tile.png?v=2545532852');
	background-position: left top;
	background-repeat: repeat-x;
	background-color:transparent;
	padding: 0 10px;
}
ul.login-logout li.sign-in.tile a{
	color:#f8c22f !important;
	padding: 0;
}
ul.login-logout li.sign-in.tile a:hover{
	color:#ffffff !important;
}
ul.login-logout li.sign-in.tile a.sign-in{
	padding: 0;
}
ul.login-logout li.sign-in.tile a.sign-in:hover{

}
ul.login-logout li.sign-in.tile a.sign-out{
	padding: 0 0 0 10px;
}
ul.login-logout li.sign-in.tile a.sign-out:hover{

}
ul.login-logout li.sign-in.tile a.username{

}
ul.login-logout li.sign-in.tile a.username:hover{

}
ul.login-logout li.sign-in.tile a.join{
	padding: 0;
}
ul.login-logout li.sign-in.tile a.join:hover{

}
ul.login-logout li.sign-in.right{
	position: relative;
	display: block;
	height: 36px;
	width:30px;
	float: right;
	background-image: url('https://www.everquest.com/images/themes/base/login-logout-right.png?v=3642299943');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
}
ul.login-logout li.sign-in.left{
	position: relative;
	display: block;
	height: 36px;
	width:30px;
	float: right;
	background-image: url('https://www.everquest.com/images/themes/base/login-logout-left.png?v=2784018714');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
}
body.register ul.login-logout{
	display: none;
}
/** -------------------- END LOGIN - LOGOUT - JOIN -------------------- */
#theme{
	background-image: url('https://www.everquest.com/images/themes/base/eq-bg-lt.jpg?v=4189661970');
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 884px;
	position: absolute;
	width: 100%;
}
body.register #theme{
	background-image: url('https://www.everquest.com/images/registration/eq-bg-reg-sans-form.jpg?v=1507751024');
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 1238px;
	position: absolute;
	width: 100%;
	z-index: 0;
}
a#logo{
	cursor: pointer;
	display: block;
	float: left;
	height: 132px;
	margin: 0 0 20px 72px;
	width: 320px;
}
body.register a#logo{
	height: 152px;
	width: 370px;
}
/** iPAD BASIC */
@media screen and (max-device-width: 480px) and (device-width: 768px){
	#theme{
		background-image: url('https://www.everquest.com/images/themes/mobile/eq-bg.jpg?v=3696853906');
	}
	a#logo{
		background-image: none;
	}
}
/** iPAD PORTRAIT */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	#theme{
		background-image: url('https://www.everquest.com/images/themes/mobile/eq-bg.jpg?v=3696853906');
	}
	a#logo{
		background-image: none;
	}
}
/** iPAD LANDSCAPE */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	#theme{
		background-image: url('https://www.everquest.com/images/themes/mobile/eq-bg.jpg?v=3696853906');
	}
	a#logo{
		background-image: none;
	}
}
/** PHONE ONLY */
@media screen and (max-device-width: 480px) {
	#theme{
		background-image: url('https://www.everquest.com/images/themes/mobile/eq-bg.jpg?v=3696853906');
	}
	a#logo{
		background-image: none;
	}
}
#siteWrapper{
	margin: auto;
	position: absolute;
	width: 100%;
	height: auto;
}
#contentAlign{
	margin:0 auto;
	width: 986px;
	height: 100%;
}
/** -------------------- PAGE WRAPPER -------------------- */
#contentAutoHeight{
	background-color:transparent;
	overflow: hidden;
	width: 986px;
	margin-top: 0;
	position: relative; /** DO NOT REMOVE! FOR CONTENT THAT IS ABSOLUTE */
	float:left;
}
/** -------------------- END PAGE WRAPPER -------------------- */

/** -------------------- UTILITY CLASSES -------------------- */
.boxshadow{
	-webkit-box-shadow: 0px 5px 13px 0px rgba(4, 2, 16, .8);
	-moz-box-shadow: 0px 5px 13px 0px rgba(4, 2, 16, .8);
	box-shadow: 0px 5px 13px 0px rgba(4, 2, 16, .8);
}
.textdropshadow{
	text-shadow: 1px 1px 2px #000000;
	filter: dropshadow(color=#000000, offx=1, offy=1);
}
.noselect{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.disabled{
	filter: alpha(opacity=20); /* internet explorer */
	-khtml-opacity: 0.2;      /* khtml, old safari */
	-moz-opacity: 0.2;       /* mozilla, netscape */
	opacity: 0.2;           /* fx, safari, opera */
}
.clear{
	clear:both;
	width:100%;
}
#contentPage a.block{
	display:block;
}
.kern {
	letter-spacing: -0.1em;
}
/** -------------------- DEBUG CLASSES -------------------- */
.border-red{
	border:1px solid #ff0000;
}
.border-green{
	border:1px solid #00ff00;
}
.border-blue{
	border:1px solid #0000ff;
}
/** -------------------- END DEBUG CLASSES -------------------- */
#noscript {
	background: url('https://www.everquest.com/images/noscript.jpg?v=1355045320');
	height: 30px;
	text-align: center;
}

#noscript span {
	padding-top: 7px;
	font-size: 14px;
}

#noscript img {
	position: relative;
	top: 5px;
	left: -7px;
}

#noscript a {
	text-decoration: underline;
}
/* -------------------- MAIN TABS -------------------- */
#tabs {
	/* dimensions */
	height: 63px;
	padding: 0;
	width: 986px;
	display:block;
}
/* SINGLE TAB */
#tabs li {
	float:right;
	margin:0 -30px 0 0;
	padding:0;
	text-indent:0;
	list-style-type:none;
	outline:0;
}
#tabs li.first-child {
	float:right;
	margin:0 42px 0 0;
	padding:0;
	text-indent:0;
	list-style-type:none;
}
/* A- TAG INSIDE SINGLE TAB */
#tabs li a {
	/** GENERAL STYLING */
	text-decoration: none;
	outline:0 !important;
	color: #f8c22f;
	font-family: Georgia, serif;
/**	text-shadow: 0px 1px 0px rgba(0, 0, 0, .90); outside */
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .90);/** inside */
	font-size:1.064em;
	font-weight: bold;
	line-height:42px;
	display:block;
	height: 56px;
	cursor:pointer;
	/** IF PLAYERS IS TOO SHORT */
	width: 185px;
	text-align: center;
	/** BACKGROUND IMAGE */
	background-image: url('https://www.everquest.com/images/themes/base/eq_tab_sprite.png?v=1201803329');
	background-repeat:no-repeat;
	background-position:0 -56px;
	/** Z-INDEX AND HEIGHT */
	position:relative;
	margin-top:4px;
	z-index: 20;
}
/** adjust players */
#tabs li.first-child a{
	font-size:1.125em;
}
/* active tab */
#tabs li a.active {
	color: #ffffff !important;
	cursor:default;
	outline:0;
	background-position:0 0;
	line-height: 56px;
	/** Z-INDEX AND MARGIN */
	margin-top:-3px;
	z-index: 30;
}
#tabs li a.active:hover {
	color: #ffffff;
	background-position:0 0;
}
#tabs li a:hover {
	color: #dcd09a;
	background-position:0 -112px;
}
#mainNavBG{
	background-image: url('https://www.everquest.com/images/themes/base/main_nav_bg.png?v=1466396026');
	background-position: center top;
	background-repeat: no-repeat;
	height: 58px;
	margin: 0 auto;
	position: relative;
	width: 986px;
	z-index: 25;
}
body.register #mainNavBG{
	display: none;
}
#contentPanes{
	margin-top: 0;
	width: 986px;
	/** DO NOT POSITION THIS CONTAINER! */
}
#leftHorn{
	background-image: url('https://www.everquest.com/images/themes/base/horn_left.png?v=775020683');
	background-position: center top;
	background-repeat: repeat-y;
	display:block;
	height: 65px;
	margin: -7px 0 0 2px;
	position: absolute;
	top: 0;
	left:0;
	width: 35px;
	z-index: 35;
}
#rightHorn{
	background-image: url('https://www.everquest.com/images/themes/base/horn_right.png?v=364806149');
	background-position: center top;
	background-repeat: repeat-y;
	display:block;
	height: 65px;
	margin: -7px 4px 0 0;
	position: absolute;
	top: 0;
	right:0;
	width: 35px;
	z-index: 35;
}
/* -------------------- END MAIN TABS -------------------- */
/** -------------------- PAGE BLOCK ELEMENTS INSIDE TAB PANES -------------------- */

/** -------------------- TAB PANE STRUCTURE -------------------- */
.content-pane{
	min-height:600px;
	position: relative;
}
.content-top{
	display:block;
	height: 60px;
	width: 986px;
	margin: 0 auto;
	background-image: url('https://www.everquest.com/images/themes/base/content_header.png?v=3371559919');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative; /** DO NOT REMOVE! */
}
.content-top.gs-carousel{
	height: 520px;
	background-image: url('https://www.everquest.com/images/themes/base/content_header_carousel.png?v=1340853283');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.content-top.p-carousel{
	height: 414px;
	background-image: url('https://www.everquest.com/images/themes/base/content_header_carousel.png?v=1340853283');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.content-top.p-carousel .content-top-carousel {
	display: block;
	margin: 0 0 0 10px;
	float:left;
	overflow: hidden;
	position: relative;
	width: 640px;
	height: 392px;
}
.content-top.gs-carousel .content-top-carousel{
	display: block;
	margin: 0 0 0 10px;
	float:left;
	overflow: hidden;
	position: relative;
	width: 640px;
	height: 456px;
}
.content-top-download{
	height: 100%;
	width:326px;
	float:right;
	margin-right:10px;
	background-image: url('https://www.everquest.com/images/themes/base/content_header_download.png?v=1779401633');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.content-bottom{
	display:block;
	height: 148px;
	width: 986px;
	margin:-100px auto 0 auto;
	background-image: url('https://www.everquest.com/images/themes/base/content_footer.png?v=2524909399');
	background-position: center top;
	background-repeat: no-repeat;
	position: relative; /** DO NOT REMOVE! */
	z-index: 30;
}
.content-top p.breadcrumb-position{
	float:left;
	margin-left:50px;
	margin-top:6px;
	width: auto;
	color:#ffffff;
	position:relative;
	cursor:default;
	z-index:0;
}
.content-top p.breadcrumb-position a.breadcrumb{
	letter-spacing: 0.01em;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size:0.750em;
}
.content-top p.breadcrumb-position a.breadcrumb.last{
	color:#f8c22f;
	cursor:default;
	text-decoration: none;
}
.content-top p.breadcrumb-position a:hover {
	text-decoration: underline;
}
/** -------------------- END TAB PANE STRUCTURE -------------------- */
.content-page-tile {
	background-image: url('https://www.everquest.com/images/themes/base/content_tile.png?v=2125919139');
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding-bottom: 110px;
	width: 986px;
	min-height: 490px;
}
#players{
	display: block;
}
#getStarted{
	display: block;
}
.content-page-block.center{
	float: left;
	text-align: left;
	width: 976px;
	min-height:600px;
	margin-left:10px;
}
#players .content-page-tile .content-main {
	margin: 0 0 0 5px;
	width: 976px;
	background-color:transparent;
	overflow: hidden;
}
#getStarted .content-page-tile .content-main {
	margin: 0 0 0 5px;
	width: 976px;
	background-color:transparent;
	overflow: hidden;
}
.page-content.left{
	width:650px;
	float:left;
	clear:left;
	margin-left:4px;
	position: relative;
}
.page-content.right{
	width:310px;
	min-height:100px;
	float:right;
	clear:right;
	margin-right:4px;
}
.page-content.center{
	width:966px;
	min-height:400px;
	margin:0 0 0 4px;
}
.column-left{
	width:640px;
	position:relative;
}
.dragon {
	position: absolute;
	background-image: url('https://www.everquest.com/images/themes/base/content-left-dragon.png?v=1010627187');
	background-repeat:no-repeat;
	width:300px;
	height: 358px;
	right:19px;
	top:17px;
	display:block;
	z-index:30;
}
.column-left.header{
	height:80px;
	display:block;
	background-image: url('https://www.everquest.com/images/themes/base/content_left_header.png?v=2502299925');
	background-position: right top;
	background-repeat: no-repeat;
}
.column-left.body{
	height:100%;
	background-image: url('https://www.everquest.com/images/themes/base/content_left_tile.png?v=588626504');
	background-position: right top;
	background-repeat: repeat-y;
}
.content-column-left{
	width:600px;
	margin:0 auto;
	padding-bottom:124px;
}
.content-column-left-copy{
	font-size: 1.125em;
	line-height:20px;
	width:346px;
	margin:0 0 0 20px;
	position:relative;
	z-index: 31;
}
.sidebar-right{
	width:310px;
	display:block;
	background-color:transparent;
	float:right;
	margin-right: 4px;
}
.sidebar-content{
	width:310px;
	display:block;
	background-color:transparent;
	float:left;
}
.sidebar-content-ftpyw {
	background-image:url('https://www.everquest.com/images/themes/base/sidebar-divider.png?v=3694958909');
	background-repeat:no-repeat;
	text-align:center;
	padding:10px 0 0 0;
	font-size:1.125em;
	letter-spacing:normal;
	margin:20px 20px 0 0;
}
.sidebar-content-ftpyw h3 {
	font-family: Georgia, serif;
	font-size:1em;
	font-weight:bold;
	letter-spacing:normal;
	line-height: 24px;
	text-align: center;
}
.sidebar-content-ftpyw p {
	font-family:Arial, sans-serif;
	font-size:0.725em;
	font-weight:bold;
	letter-spacing:normal;
	line-height:20px;
	margin-top:10px;
	text-align: center;
}
/** ------------------- CAROUSEL -------------------- */

/** --------------------- GET STARTED CAROUSEL CONTROLS AND STYLE --------------------- */
#gsCarouselWrap{/** DO NOT EDIT! */
	display: block;
	height: 456px;
	margin: 0 0 0 14px;
	overflow: hidden;
	position: relative;
	width: 628px;
}
#gsCarouselTop{
	width:592px;
	height:13px;
	position:absolute;
	display: block;
	color:#fff;
	left:18px;
	top:0;
	background-image: url('https://www.everquest.com/images/themes/base/gs-carousel/gs-carousel-top.png?v=1442116816');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:10;
}
#gsCarouselLeft{
	width:18px;
	height:456px;
	position:absolute;
	display: block;
	left:0;
	top:0;
	background-image: url('https://www.everquest.com/images/themes/base/gs-carousel/gs-carousel-left.png?v=3639224111');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:10;
}
#gsCarouselRight{
	width:18px;
	height:456px;
	position:absolute;
	display: block;
	right:0;
	top:0;
	color:#fff;
	background-image: url('https://www.everquest.com/images/themes/base/gs-carousel/gs-carousel-right.png?v=9420407');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:10;
}
#gsCarouselBottom{
	width:592px;
	height:14px;
	position:absolute;
	display: block;
	left:18px;
	bottom:4px;
	background-image: url('https://www.everquest.com/images/themes/base/gs-carousel/gs-carousel-bottom.png?v=855269835');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:10;
}
/** -------------------- GET STARTED CAROUSEL CONTENT -------------------- */
#gsCarouselAlign{
	height:333px;
	top: 12px;
	left: 18px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 592px;
	z-index: 2;
}
#gsCarousel{
	height:333px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 592px;
	z-index: 2;
}
#gsCarousel ul{
	height:333px;
	overflow:hidden;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 592px;
	z-index: 1;
}
#gsCarousel ul li{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	float: left;
	height: 333px;
	overflow: hidden;
	width: 592px;
}
/** END GET STARTED CAROUSEL CONTENT */
/** -------------------- GET STARTED CAROUSEL NAVIGATION -------------------- */
#gsCarouselNav{
	width:590px;
	height:92px;
	position:absolute;
	display: block;
	margin:0 auto;
	left:0;
	right:0;
	bottom:20px;
	background-image: url('https://www.everquest.com/images/themes/base/gs-carousel/gs-carousel-navigation.jpg?v=1658114387');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:15;
}
#gsCarouselNav ul{
	height:80px;
	width: 584px;
	overflow:hidden;
	z-index:1;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	list-style-type: none;
/** POSITION STYLES */
	left: 6px;
	top:6px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
#gsCarouselNav ul li:first-child{
	margin:0;
}
#gsCarouselNav ul li{
	list-style:none;
	margin:0 0 0 6px;
	padding:0;
	width:140px;
	height:80px;
/** STYLES APPLIED IF IN CAROUSEL */
	float: left;
	height: 80px;
	overflow: hidden;
	width: 140px;
}
#gsCarouselNav ul li a.carousel-nav{}
#gsCarouselNav ul li a.carousel-nav img{
	border:1px solid transparent;
}
#gsCarouselNav ul li a.carousel-nav img.gsCarousel_active{
	border:1px solid #cbe3f2;
}
#gsCarouselNav ul li a.carousel-nav img.gsCarousel_visited{
	border:1px solid #39617a;
}
/** HOVER STATES */
#gsCarouselNav ul li a.carousel-nav:hover img{
	border:1px solid #cbe3f2;
}
#gsCarouselNav ul li a.carousel-nav:hover img.gsCarousel_active{
	border:1px solid #cbe3f2;
}
#gsCarouselNav ul li a.carousel-nav:hover img.gsCarousel_visited{
	border:1px solid #cbe3f2;
}
/** PREV - NEXT BUTTONS */
a#gsCarousel_prev{
	width:26px;
	height:131px;
	position:absolute;
	display: block;
	left: 18px;
	top: 110px;
	background-image: url('https://www.everquest.com/images/themes/base/p-carousel/carousel-left-nav.png?v=3695363134');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:20;
	cursor:pointer;
}
a#gsCarousel_next{
	width:26px;
	height:131px;
	position:absolute;
	display: block;
	right: 18px;
	top: 110px;
	background-image: url('https://www.everquest.com/images/themes/base/p-carousel/carousel-right-nav.png?v=785340899');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	z-index:20;
	cursor:pointer;
}
a#gsCarousel_prev:hover{
	background-position: right top;
}
a#gsCarousel_next:hover{
	background-position: left top;
}
#gsCarousel_focus{
	position: absolute;
	display:none;
	height: 333px;
	left: 18px;
	top: 16px;
	width: 592px;
	-khtml-opacity:.05;
	-moz-opacity:.05;
	-ms-filter:'alpha(opacity=05)';
	filter:alpha(opacity=05);
	opacity:.05;
	z-index: 15;
	background-color: #000000;
}

/** ------------------- PLAYERS CAROUSEL -------------------- */
.content-top-carousel.players {
	height: 392px;
}

/** ------------------- END CAROUSEL -------------------- */
/** ------------------- PLAY FREE BUTTON -------------------- */
a.play-free-button{
	background-image: url('https://www.everquest.com/images/buttons/play-free-sprite.png?v=3595271239');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	height:154px;
	width:283px;
	display:block;
	margin:0 auto;
}
a.play-free-button:hover{
	background-position: left bottom;
}
a.download-button{
	background-image: url('https://www.everquest.com/images/buttons/download-sprite.png?v=2893427602');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	height:154px;
	width:283px;
	display:block;
	margin:0 auto;
}
a.download-button:hover{
	background-position: left bottom;
}
.content-top.gs-carousel .content-top-download a.play-free-button{
	margin:5px auto 0 auto;
}
a.buy-now {
	display:block;
	background-image:url('https://www.everquest.com/images/buttons/buy-now-sprite.png?v=326616435');
	width:235px;
	height:68px;
	background-repeat:no-repeat;
	background-position:0 -68px;
	margin:0 auto;
}
a.buy-now.disabled {
	background-position:0 0;
	filter: alpha(enabled=false); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
}
a.buy-now.disabled:hover {
	background-position:0 0;
}
a.buy-now:hover {
	background-position:0 -136px;
}
a.upgrade {
	display:block;
	background-image:url('https://www.everquest.com/images/buttons/upgrade-membership-sprite.png?v=2861166735');
	width:235px;
	height:68px;
	background-repeat:no-repeat;
	background-position:0 -68px;
	margin:0 auto;
}
a.upgrade.disabled {
	background-position:0 0;
	filter: alpha(enabled=false); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
}
a.upgrade.disabled:hovar {
	background-position:0 0;
}
a.upgrade:hover {
	background-position:0 -136px;
}
a.buy-sc {
	display:block;
	background-image:url('https://www.everquest.com/images/buttons/buy-sc-sprite.png?v=1665635709');
	width:235px;
	height:68px;
	background-repeat:no-repeat;
	background-position:0 -68px;
	margin:0 auto;
}
a.buy-sc.disabled {
	background-position:0 0;
	filter: alpha(enabled=false); /* internet explorer */
	-khtml-opacity: 1.0;      /* khtml, old safari */
	-moz-opacity: 1.0;       /* mozilla, netscape */
	opacity: 1.0;           /* fx, safari, opera */
}
a.buy-sc.disabled:hovar {
	background-position:0 0;
}
a.buy-sc:hover {
	background-position:0 -136px;
}
.tree-reasons-to-play{
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	height:11px;
	width:294px;
	display:block;
	margin:10px auto 0 auto;
}
.tree-reasons-to-play.container{
	background-image: url('https://www.everquest.com/images/themes/base/three-reasons-to-play.png?v=3899943312');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	height:75px;
	width:300px;
	display:block;
	margin:10px auto 0 auto;
}
.tree-reasons-to-play.top{
	background-image: url('https://www.everquest.com/images/themes/base/gs-download-divider-top.png?v=2004139272');
}
.tree-reasons-to-play.bottom{
	background-image: url('https://www.everquest.com/images/themes/base/gs-download-divider-bottom.png?v=4118074035');
}
.content-top-download ul.reasons{
	display: block;
	height: 70px;
	margin: 14px auto 0 auto;
	width: 300px;
}
.content-top-download ul.reasons li{
	margin-bottom: 5px;
	margin-left:50px;
	color:#ffffff;
	font-size:0.875em;
	list-style-image: url('https://www.everquest.com/images/themes/base/rivit-lg.png?v=390912451');
}
.content-top-download .sidebar-content div.divider.top{
	display:none;
}
.content-top-download .sidebar-content div.divider.bottom{
	display:none;
}
.content-top-download .sidebar-content {
	background-color: transparent;
	display: block;
	float: left;
	width: 300px;
	margin-left:26px;
}
/** ------------------- EXPANDING H1 ------------------- */
h1.expanding-title {
	/** GENERAL STYLING */
	text-decoration: none;
	outline:0;
	font-family: Georgia, serif;
/**	text-shadow: 0px 1px 0px rgba(0, 0, 0, .90); outside */
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .90);/** inside */
	font-size:1.000em;
	font-weight: bold;
	line-height:28px;
	display:block;
	cursor:default;
	/** PAGE POSITION */
	text-align: left;
	float:left;
	margin-left: 38px;
	margin-top: 0;
	width:auto;
	/** AUTO SCALE FOR LOCALIZATION - USE WIDTH OF END CAP OR WHAT LOOKS BEST */
	padding-left:26px;
	/** BACKGROUND IMAGE LEFT */
	background-image: url('https://www.everquest.com/images/themes/base/expanding_title_left.png?v=3946388235');
	background-repeat:no-repeat;
	background-position:top left;
	/** Z-INDEX AND HEIGHT */
	height: 36px;
	z-index: 20;
}
h1.expanding-title span {
	/** GENERAL STYLING */
	position:relative;
	display:block;
	height:36px;
	/** AUTO SCALE FOR LOCALIZATION - USE WIDTH OF END CAP ! */
	padding-right:26px;/** 26 is min */
	margin-right: -26px;
	/** BACKGROUND IMAGE RIGHT */
	background-image:url('https://www.everquest.com/images/themes/base/expanding_title_right.png?v=1232395697');
	background-repeat:no-repeat;
	background-position: right top;
}
.column-left.header h1.expanding-title{
	margin-top:36px;
}
/** ------------------- END EXPANDING H1 ------------------- */
/* --------------------	EXPANDING BOX INSIDE CONTENT PAGE BLOCK -------------------- */
.expanding-box{
	width:290px;
}
.expanding-box.top{
	background-image: url('https://www.everquest.com/images/themes/base/expanding_bg_top.png?v=3072246379');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	margin-top: 0;
	padding-top: 15px;
	margin-top:14px;
}
.expanding-box.body{
	background-image: url('https://www.everquest.com/images/themes/base/expanding_bg_tile.jpg?v=1829114545');
	background-position: left top;
	background-repeat: repeat-y;
	background-color:transparent;
	height:auto;
}
.expanding-box.body *{

}
.expanding-box.body p, .expanding-box.body  div{
	margin-left:10px;
	font-size: 0.814em;
}
.expanding-box.body a{
	margin-left: 6px;
	position: relative;
	top: -8px;
}
.expanding-box.body h2 {
	margin-left: 10px;
	color: #EEBD57;
	text-transform:uppercase;
	font-family: Georgia, serif;
}
.expanding-box.bottom{
	background-image: url('https://www.everquest.com/images/themes/base/expanding_bg_bottom.png?v=1703601082');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	height:15px;
	display:block;
}
/* --------------------	END EXPANDING BOX INSIDE CONTENT PAGE BLOCK -------------------- */

/** --------------------- FLASH CONTENT --------------------- */
.video{
	display:block;
	width: 592px;
	height: 334px;
	margin:0;
	padding: 0;
	position:relative;
}
.video object{
	margin:0;
	padding: 0;
}
/** --------------------- END FLASH CONTENT --------------------- */
/** ------------------- SOCIAL LINKING ------------------ */
.carouselShare {
	background-color:rgba(0,0,0,0.5);
	border-radius:5px;
	height:72px;
	position: absolute;
	top: 10px;
	left: 561px;
	width: 24px;
}
.carouselPlayerShare {
	position: absolute;
	top: 10px;
	width: 24px;
	margin-left: 565px;
	height:72px;
	border-radius:5px;
	background-color:rgba(0,0,0,0.5);
}
a.fbShare, a.twShare, a.rdShare{
	height: 24px;
	width: 24px;
	display:block;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	float: right;
}
a.fbShare {
	background-image:url('https://www.everquest.com/images/social_facebook.png?v=112449674');
}
a.twShare {
	background-image:url('https://www.everquest.com/images/social_twitter.png?v=2053936730');
}
a.rdShare {
	background-image:url('https://www.everquest.com/images/social_reddit.png?v=2566716381');
}
a.fbShare:hover, a.twShare:hover, a.rdShare:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
/** ------------------- SOCIAL LINK SIDEBAR COMPONENT ------------------ */
.sidebar-content.social-buttons{
	height: 100px;
	margin-top: 10px;
}
.sidebar-content div.divider.top{
	background-image: url('https://www.everquest.com/images/social/sidebar-divider-top.png?v=629655125');
}
.sidebar-content div.divider.bottom{
	background-image: url('https://www.everquest.com/images/social/sidebar-divider-bottom.png?v=1126248850');
}
div.divider{
	width:286px;
	height:16px;
	display: block;
	margin:0;
	background-image: url('https://www.everquest.com/images/social/vertical-divider.png?v=445138126');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
}
.icon-wrap{
	width: 244px;
	height:56px;
	position:relative;
	margin:15px auto 0;
}
div.social-buttons .icon-wrap a.connect{
	width:44px;
	height:44px;
	display: block;
	margin: 0 6px 0 0;
	background-image: url('https://www.everquest.com/images/social/social-sprite_44x44.png?v=2614572917');
	background-repeat: no-repeat;
	background-color:transparent;
	float:left;
}
div.social-buttons .icon-wrap a.connect.facebook {
	background-position: 0 0;
}
div.social-buttons .icon-wrap a.connect.facebook:hover {
	background-position: 0 -44px;
}
div.social-buttons .icon-wrap a.connect.twitter {
	background-position: -44px 0;
}
div.social-buttons .icon-wrap a.connect.twitter:hover {
	background-position: -44px -44px;
}
div.social-buttons .icon-wrap a.connect.youtube {
	background-position: -88px 0;
}
div.social-buttons .icon-wrap a.connect.youtube:hover {
	background-position: -88px -44px;
}
div.social-buttons .icon-wrap a.connect.gplus {
	background-position: -132px 0;
}
div.social-buttons .icon-wrap a.connect.gplus:hover {
	background-position: -132px -44px;
}
div.social-buttons .icon-wrap a.connect.signup {
	background-position: -176px 0;
	margin: 0;
}
div.social-buttons .icon-wrap a.connect.signup:hover {
	background-position: -176px -44px;
}
/** ------------------- END SOCIAL LINK SIDEBAR COMPONENT ------------------ */
/* --------------------- END SOCIAL LINKING ------------------*/
/** Style Ordered List */
.legal-scrollable ol li {
	list-style: decimal inside;
}
/** -------------------- FOOTER -------------------- */
#footerBG{
	background-image: url('https://www.everquest.com/images/themes/base/eq_footer_bg.png?v=1730942284');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	height:300px;
	max-width:986px;
	display:block;
	float:left;
	margin:-30px auto 0 auto;
}

body.register #footerBG {
	display: none;
}
#footer{
	height:300px;
	width:970px;
	display:block;
	margin:32px auto 0 auto;
}
#footer ul{
	height:210px;
	width:140px;
	display:block;
	margin:0;
	float:left;
	background-image: url('https://www.everquest.com/images/themes/base/footer_list_bg.png?v=1441045722');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color:transparent;
	padding: 5px 0 0 10px;
}
#footer ul.first-child{
	margin:0 0 0 50px;
}
#footer ul li{
	margin:0;
	font-size:0.750em;
}
#footer ul li a{
	font-family: Arial, sans-serif;
	color:#f8c22f;
	font-size:0.750em;
}
#footer ul li a:hover{
	color:#ffffff;
}
#footer ul li.top{
	color:#ffffff
}
#footer #footerLogo{
	float: right;
	margin-right: 50px;
}
#footerSupplement{
	font-size:0.750em;
}
/* @screen-sm-min */
@media (min-width: 768px) {
	#footerSupplement {
		margin-top: 25px;
	}
}
#footerSupplement .horiz-list {
	clear:both;
	text-align: center;
	color:#6e6e6e;
}
#footerSupplement .horiz-list a {
	color: #6e6e6e;
	font-size:0.750em;
	white-space: nowrap;
}
#footerSupplement .horiz-list a:hover {
	color: #ffffff;
}
.footer-fluid {
	clear: both;
}
.footer-logos {
	margin-top: 20px;
}
.footer-logos div {
	line-height: 145px;
	text-align: center;
}
.footer-logos img {
	display: inline-block;
	vertical-align: middle;
}
.footer-logos .img-responsive {
	width: auto; /* Fix Bootstrap's IE "fix" */
}
/** -------------------- GLOBAL BREADCRUMBS ------------------ */

/*
/** -------------------- MAIN NAV -------------------- */
/** -------------------- MAIN NAVIGATIOIN BAR TOP LEVEL -------------------- */
ul.site-nav{
	background-color: transparent;
	display: block;
	margin-top: -16px;
	padding: 0;
	position: absolute;
	*margin-top: -50px;
	margin-left:34px;
	width: 900px;
	z-index: 25;
	list-style:none;
}
ul.site-nav li{
	list-style:none;
	background-image: url('https://www.everquest.com/images/themes/base/main_nav_divider.png?v=3755261986');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	float:left;
	clear:right;
	height:43px;
	padding-top:0;
	padding-right:4px;
	padding-bottom:0;
	padding-left:0;
	margin-top:-36px;
	/** IE7 sucks */
	*margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	position: relative;
}
ul.site-nav li.active {
	background-image: url('https://www.everquest.com/images/themes/base/main-nav-active.png?v=2446225243');
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:transparent;
}
ul.site-nav li a.nav{
	display:block;
	height:43px;
	position:relative;
	text-align:left;
	color:#fee6ad !important;
	font-family: Georgia, serif;
	font-size: 0.875em;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 47px;
	padding:0;
	margin:0;
	cursor:pointer;
	text-shadow: 1px 1px 2px #000000;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
ul.site-nav li a.nav:hover{
	color:#ffffff !important;
}
/** TOP LEVEL SPECIFIC STYLES */
ul.site-nav li a.nav.top{
	padding-left:10px;
	height:43px;
}
ul.site-nav li a.nav.top span{
	position:relative;
	display:block;
	height:43px;
	padding-right:10px;
	margin-right: -5px;
}
body.register ul.site-nav{
	display: none;
}
#continueToSite{
	display: none;
	text-align: center;
	background-image: url('https://www.everquest.com/images/registration/continue-tile.png?v=833672704');
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto -24px;
	height: 24px;
	position: relative;
	z-index: 100;
}
#continueToSite a{
	color: #ffffff;
	font-size: 15px;
	font-family: Georgia, serif;
	line-height: 24px;
}
body.register #continueToSite{
	display: block;
}
/**
ul.site-nav li a.nav.top:hover{
	background-image: url('https://www.everquest.com/images/top_nav_selected_left_bg.png?v=0.0.0');
	background-repeat:no-repeat;
	background-position:0 10px;
}
ul.site-nav li a.nav.top:hover span{
	background-image:url('https://www.everquest.com/images/top_nav_selected_right_bg.png?v=0.0.0');
	background-repeat:no-repeat;
	background-position:right 10px;
}
ul.site-nav li a.nav.top.active{
	background-image: url('https://www.everquest.com/images/top_nav_selected_left_bg.png?v=0.0.0');
	background-repeat:no-repeat;
	background-position:0 10px;
}
ul.site-nav li a.nav.top.active span{
	background-image:url('https://www.everquest.com/images/top_nav_selected_right_bg.png?v=0.0.0');
	background-repeat:no-repeat;
	background-position:right 10px;
}*/
/** -------------------- END MAIN NAVIGATIOIN BAR TOP LEVEL -------------------- */
/** -------------------- MAIN NAVIGATIOIN SUBNAV SPECIFIC STYLES -------------------- */
ul.site-nav li ul.subnav{
	position: absolute;
	*left:0;
	*top:42px;
	padding: 0;
	margin:-2px 0 0 -4px;
	display: none;
	width:200px;
	-webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 1);
	box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 1);
	list-style:none;
}
ul.site-nav li.game-nav ul.subnav{
	display: none;
	width:200px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li.game-nav ul.subnav li{
	width:200px !important;
	position: relative;
}
ul.site-nav li.characters-nav ul.subnav{
	display: none;
	width:200px;
	height:58px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li.characters-nav ul.subnav li{
	width:200px !important;
	position: relative;
}
ul.site-nav li.media-nav ul.subnav{
	display: none;
	width:200px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
/** ------------------ CUSTOM REDEEM A CODE ------------------ */
ul.site-nav li.redeem-nav ul.subnav{
	display: none;
	width:210px;
	height:68px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li.redeem-nav ul.subnav li{
	width:210px;
}
ul.site-nav li.redeem-nav ul.subnav li.first{
	height:30px;
	width:210px;
	background-image: url('https://www.everquest.com/images/themes/base/sub_nav_header_redeem.png?v=3744686435');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
	display:block;
	z-index:20;
}
ul.site-nav li.redeem-nav ul.subnav li.last .subnav-footer{
	height:50px;
	width:210px;
	position:absolute;
	top:21px;
	*left:0;
	display:block;
	background-image: url('https://www.everquest.com/images/themes/base/sub_nav_footer_redeem.png?v=4139985548');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
}
ul.site-nav li.redeem-nav ul.subnav li a.tiny{
	text-decoration: none;
	outline:0;
	color: #ffffff !important;
	font-size:0.938em;
	font-weight: bold;
	font-family: Georgia, serif;
	line-height:22px !important;
	display:block;
	height: 25px;
	width:40px;
	cursor:pointer;
	padding: 0 0 0 6px !important;
	float:left;
	background-image: url('https://www.everquest.com/images/buttons/green_tiny_btn_sprite.png?v=3907126771');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
	position:relative;
	margin-top:15px;
	margin-left:2px;
	*margin-left:8px;
	z-index: 200;
}
ul.site-nav li.redeem-nav ul.subnav li a.tiny span{
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .90);/** inside */
}
ul.site-nav li.redeem-nav ul.subnav li a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #FEE6AD;
	display: block;
	height: 25px;
	line-height: 24px;
	margin: 10px auto 0;
	padding: 0;
	width: auto;
	font-family: Georgia, serif;
}
ul.site-nav li.redeem-nav ul.subnav li a.tiny:hover {
	background-position:bottom left;
}
#redeemForm{
	width:140px;
	height:27px;
	float:left;
	margin-left:10px;
	*margin-left:6px;
	margin-top:14px;
}
#redeemForm #codeEntry{
	background: url('https://www.everquest.com/images/themes/base/tiny_input_bg.png?v=615531885') no-repeat;
	border: none;
	position: relative;
	width: 140px;
	height:27px;
	line-height:27px;
	text-align: center;
	margin:0;
	font-size: 0.814em;
	float:left;
	z-index: 200;
}
ul.site-nav li.redeem-nav ul.subnav li:hover a{
	color:#ffffff !important;
	background-image: url('https://www.everquest.com/images/buttons/green_tiny_btn_sprite.png?v=3907126771');
	background-repeat:no-repeat;
	background-color:transparent;
	filter: none;
}
/** ------------------ END REDEEM ------------------ */
ul.site-nav li.player-studio-nav ul.subnav{
	display: none;
	width:200px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li.community-nav ul.subnav{
	display: none;
	width:200px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li.community-nav ul.subnav li{
	width:200px !important;
}
ul.site-nav li.gscommunity-nav ul.subnav{
	display: none;
	width:200px;
	position: absolute;
	margin:0 0 0 -4px;
	padding:0;
	list-style: none;
	background-image: url('https://www.everquest.com/images/themes/base/subnav_tile.jpg?v=3026757695');
	background-repeat:repeat-x;
	background-position:0 12px;
	background-color:transparent;
}
ul.site-nav li:hover ul.subnav{
	display:block;
}
ul.site-nav li ul.subnav{

}
ul.site-nav li ul.subnav li{
	height:30px;
	width:200px;
	background-color:transparent;
	display:block;
	clear:left;
	float:left;
	list-style: none;
	margin:0;
	padding:0;
	background-image:none;
	position:relative;
}
ul.site-nav li ul.subnav li.last{
	height: 40px;
}
ul.site-nav li ul.subnav li.last .subnav-footer{
	height:50px;
	width:200px;
	position:absolute;
	top:10px;
	display:block;
	background-image: url('https://www.everquest.com/images/themes/base/sub_nav_footer.png?v=2349128038');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
}
ul.site-nav li ul.subnav li.header{
	height:12px;
	width:200px;
	background-color:transparent;
	display:block;
}
ul.site-nav li ul.subnav li.subnav-item{
	background-image: url('https://www.everquest.com/images/themes/base/sub_nav_border_tile.png?v=80671080');
	background-repeat:repeat-y;
	background-position:center top;
	background-color:transparent;
}
ul.site-nav li ul.subnav li.first{
	height:30px;
	width:200px;
	background-image: url('https://www.everquest.com/images/themes/base/sub_nav_header.png?v=1189302272');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:transparent;
	display:block;
	z-index:20;
}
ul.site-nav li ul.subnav li a{
	color:#fee6ad;
	display:block;
	height: 22px;
	line-height: 22px;
	margin: 11px auto 0 auto;
	padding: 0 0 0 24px;
	width: 170px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 30;
	font-family: Georgia, serif;
}
ul.site-nav li ul.subnav li a img{
	position:relative;
	height: 8px;
	width: 8px;
	left:-4px;
	top:-1px;
}
ul.site-nav li ul.subnav li{

}
ul.site-nav li ul.subnav li:hover a{
	background-image: url('https://www.everquest.com/images/themes/base/subnav_hover.png?v=1460507715');
	background-repeat:no-repeat;
	background-position:top center;
	background-color:transparent;
	color:#ffffff !important;
}
ul.site-nav li a, ul.site-nav li a:link, ul.site-nav li a:visited{
	color:#fee6ad !important;
	text-decoration:none;
	outline:0;
}
/** -------------------- SHOP BUTTON -------------------- */
a#shopButton{
	position:absolute;
	display:block;
	height:34px;
	width:100px;
	background-image:url('https://www.everquest.com/images/buttons/shop_sprite.png?v=190638625');
	background-repeat:no-repeat;
	background-position:top left;
	z-index:200;
	text-decoration:none;
	margin-top:-42px;
	right:40px;
}
a#shopButton:hover{
	background-position:bottom left;
}
body.register a#shopButton{
	display: none;
}
/** -------------------- END MAIN NAV -------------------- */

/** --------------------- AUTO SCALE GREEN BUTTON --------------------- */
a.scalable-sm-green-btn{
	position:absolute;
	display:block;
	height:34px;
	background-image:url('https://www.everquest.com/images/buttons/scalable_sm_green_btn_left.png?v=0.0.0');
	background-repeat:no-repeat;
	background-position:top left;
	color:#ffffff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .90);
	font-size:0.875em;
	font-weight: bold;
	line-height:34px;
	text-align: left;
	z-index:200;
	text-decoration:none;
	/** TO CLOSE THE GAP */
	padding-right: 10px;
	/** POSITION OF BUTTON */
	top:5px;
	right:5px;
}
a.scalable-sm-green-btn:hover{
	background-position:bottom left;
}
a.scalable-sm-green-btn span{
	 position:relative;
	 display:block;
	 height:34px;
	 padding-right:10px;
	 background-image:url('https://www.everquest.com/images/buttons/scalable_sm_green_btn_right.png?v=0.0.0');
	 background-repeat:no-repeat;
	 background-position:top right;
	 left:10px;
	 /** To prevent image overlap the padding-right - left = the negative margin-right */
	 margin-right: -10px;
}
a.scalable-sm-green-btn:hover span{
	background-position:bottom right;
}
/** --------------------- END AUTO SCALE GREEN BUTTON --------------------- */
/** -------------------- JSCROLLPANE HORIZONTAL ONLY CODE -------------------- */
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: transparent;
	margin-bottom:1 px;
	z-index:10;
}
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: transparent;
	position: relative;
}
.jspDrag{
	background: #195cab;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin: 0 -3px 0 0;
}
/** ------------------ END JSCROLLPANE ----------------- */

/** ------------------ BEGIN PAGINATION ----------------- */
.pagination-container {
	background-image:url('https://www.everquest.com/images/themes/base/pagination-nav-bg.png?v=1601246375');
	background-repeat:no-repeat;
	width:578px;
	height:51px;
	color:#fff;
	font-family:Arial, sans-serif;
	display:none;
	margin:0 auto 0 auto;
	position:relative;
}
.pagination-container p {
	line-height:51px;
}
.pagination-container a {
	color:#969696;
	cursor:default;
	line-height:51px;
	font-size: 0.75em;
	width:162px;
	position:relative;
	z-index:25;
}
.pagination-container a:hover {
	color:#969696;
	cursor:default;
}
a.pagination-previous {
	float:left;
	margin:0 0 0 30px;
	background-image:url('https://www.everquest.com/images/themes/base/pagination-arrow-left-gray.png?v=351348376');
	background-repeat:no-repeat;
	background-position:left 21px;
	padding:0 0 0 15px;
}
a.pagination-next {
	float:right;
	text-align:right;
	margin:0 30px 0 0;
	background-image:url('https://www.everquest.com/images/themes/base/pagination-arrow-right-gray.png?v=4290839824');
	background-repeat:no-repeat;
	background-position:right 21px;
	padding:0 15px 0 0;
}
a.pagination-previous.active {
	background-image:url('https://www.everquest.com/images/themes/base/pagination-arrow-left.png?v=1246159127');
	color:#F8C22F;
	cursor:pointer;
}
a.pagination-next.active {
	background-image:url('https://www.everquest.com/images/themes/base/pagination-arrow-right.png?v=3197254730');
	color:#F8C22F;
	cursor:pointer;
}
a.pagination-previous.active:hover {
	color:#F8C22F;
}
a.pagination-next.active:hover {
	color:#F8C22F;
}
p.pagination-actual {
	text-align:center;
	margin:auto;
	line-height:51px;
	cursor:default;
	position:absolute;
	left:0;
	right:0;
}
/** ------------------ END PAGINATION ----------------- */
/** ------------------ BEGIN COLORBOX ----------------- */
/*
	ColorBox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; outline: 0;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
/*
	User Style:
	Change the following styles to modify the appearance of ColorBox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
	#cboxContent{margin-top:20px;}
		#cboxError{padding:50px; border:1px solid #ccc;}
	  /**  #cboxLoadedContent{border:5px solid #000; background:#000;}*/
		#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
		#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
		#cboxLoadingOverlay{background:#000;}
		#cboxLoadingGraphic{background:url('https://www.everquest.com/images/loading.gif?v=3739113184') no-repeat center center;}
		#cboxClose{position:absolute;border:none; top:30px; right:30px; display:block; background:url('https://www.everquest.com/images/themes/base/modal/modal-close.png?v=3149838938') no-repeat top center; width:27px; height:27px; text-indent:-9999px;}
		#cboxClose.hover{background-position:bottom center;}
/** ------------------ END COLORBOX ----------------- */
/* --------------------	EXPANDING MODAL -------------------- */
.expanding-modal{
	width:861px;
}
.expanding-modal.top{
	background-image: url('https://www.everquest.com/images/themes/base/modal/top.png?v=2889024956');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	margin-top: 0;
	padding-top: 70px;
}
.expanding-modal.body{
	background-image: url('https://www.everquest.com/images/themes/base/modal/tile.png?v=213255656');
	background-position: left top;
	background-repeat: repeat-y;
	background-color:transparent;
	height:auto;
}
.expanding-modal.body p, .expanding-modal.body table{

}
.expanding-modal.bottom{
	background-image: url('https://www.everquest.com/images/themes/base/modal/bottom.png?v=622514192');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	height:56px;
	display:block;
}
.expanding-modal .modal-content{
	margin:0 auto;
	width: 840px;
	position: relative;
	overflow: hidden;
}
/** ------------------ END EXPANDING MODAL ----------------- */
/* --------------------	EXPANDING MODAL -------------------- */
.movie-modal{
	width:861px;
}
.movie-modal.top{
	background-image: url('https://www.everquest.com/images/themes/base/modal/top.png?v=2889024956');
	background-position: right top;
	background-repeat: no-repeat;
	background-color:transparent;
	margin-top: 0;
	padding-top: 70px;
}
.movie-modal.body{
	background-image: url('https://www.everquest.com/images/themes/base/modal/tile.png?v=213255656');
	background-position: left top;
	background-repeat: repeat-y;
	background-color:transparent;
	width:861px;
}
.movie-modal.bottom{
	background-image: url('https://www.everquest.com/images/themes/base/modal/bottom.png?v=622514192');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	height:56px;
	width:861px;
	display:block;
}
.movie-modal.body iframe#player{
	margin: 6px 0 0 18px;
}
#movieContainer{
	height: 452px;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 796px;
}
/** ------------------ END EXPANDING MODAL ----------------- */

/** Taking Out Checkmark for Station Cash on Shop Page **/
#exp-sc {
	display:none;
	}

#exp-sc+ span {
	display:none;
	}

/** -------------------- BOOTSTRAP BOX-SIZING FIXES -------------------- */
ul.site-nav,
ul.site-nav li,
ul.site-nav li a.nav,
.content-page-tile,
.content-page-tile div,
.content-page-tile p,
.content-page-tile ul,
.content-page-tile li,
.content-page-tile span,
.content-page-tile h1,
.content-page-tile h2,
.content-page-tile h3,
.content-page-tile h4,
.content-page-tile h5,
.content-page-tile h6,
.content-page-tile table,
.content-page-tile tbody,
.content-page-tile tr,
.content-page-tile td,
.content-page-tile th,
#footer,
#footer ul,
#footer li {
	box-sizing: content-box;
}

/* end /styles/core.css*/

/* start /styles/components.css*/
/**
 * All components
 * Comment or uncomment the following imports as appropriate for your site
 * Override component variables or DOM elements under the import for each component
 */
/**
  * Media Modal
  *
  * Colors and dimensions for customizing the look of the media modal.
  */
#media-modal {
  background: #000000;
  margin: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  display: none;
  overflow: hidden;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#media-modal.fade.in {
  top: 0;
}
#media-modal.image-content .modal-video {
  display: none;
}
#media-modal.image-content.full-scroll {
  overflow: auto;
}
#media-modal.image-content.full-scroll #mediaModalText,
#media-modal.image-content.full-scroll #mediaModalHeader .filter,
#media-modal.image-content.full-scroll .modalTraverse,
#media-modal.image-content.full-scroll #mediaModalFooter {
  display: none;
}
#media-modal.image-content.full-scroll .modal-body {
  text-align: center;
}
#media-modal.image-content.full-scroll #media-modal-image {
  width: auto;
  max-width: 100%;
}
#media-modal.video-content #mediaModalText,
#media-modal.video-content #mediaModalHeader .filter,
#media-modal.video-content #media-modal-image,
#media-modal.video-content .modalTraverse,
#media-modal.video-content #mediaModalFooter {
  display: none;
}
#media-modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-transition: none;
  transition: none;
}
#media-modal .modal-dialog .modal-content {
  height: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
}
#media-modal .modal-dialog .modal-content .modal-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
}
#media-modal .modal-dialog .modal-body {
  height: 100%;
  padding: 0;
  border-radius: 0;
}
#media-modal .close {
  background: url('https://www.everquest.com/images/media-modal/close-btn-sprite.png?v=3402908633') no-repeat left top;
  cursor: pointer;
  display: block;
  height: 33px;
  opacity: 1.0;
  position: absolute;
  right: 10px;
  top: 4px;
  width: 33px;
  z-index: 4;
}
#media-modal .close:hover {
  opacity: 1.0;
  background-position: left bottom;
}
#media-modal #mediaModalHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
#media-modal #mediaModalHeader #mediaModalText {
  position: absolute;
  top: 5px;
  top: 2px;
  left: 10px;
  line-height: 1.5;
}
#media-modal #mediaModalHeader #mediaModalText p {
  margin: 0;
}
#media-modal #mediaModalHeader #mediaModalText span {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  float: left;
}
#media-modal #mediaModalHeader #mediaModalText span.mediaType {
  margin: 3px 7px 0 0;
}
#media-modal #mediaModalHeader #mediaModalText span.mediaNum {
  color: #f8c22f;
  font-size: 25px;
  margin: -2px 4px 0 0;
}
#media-modal #mediaModalHeader #mediaModalText span.mediaTotal {
  font-size: 14px;
  margin-top: 7px;
}
#media-modal #mediaModalHeader .filter {
  position: absolute;
  top: 6px;
  right: 55px;
  font-size: 13px;
  z-index: 5;
  display: block;
  color: #000;
  cursor: pointer;
}
#media-modal #mediaModalHeader .filter .selected {
  position: relative;
  width: 160px;
  background: #fff;
  border: 1px solid #001f33;
}
#media-modal #mediaModalHeader .filter .selected span {
  position: relative;
  display: block;
  width: 100%;
  padding: 3px;
  background: url('https://www.everquest.com/images/media-modal/dd-arrow.png?v=96091944') no-repeat calc(100% - 5px) 50%;
}
#media-modal #mediaModalHeader .filter:hover .filter-dropdown {
  left: -1px;
}
#media-modal #mediaModalHeader .filter .filter-dropdown {
  position: absolute;
  top: 103%;
  left: -9999em;
  width: calc(100% + 2px);
  background: #d4d6d7;
  border: 1px solid #001f33;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}
#media-modal #mediaModalHeader .filter .filter-dropdown li {
  list-style: none;
  border-top: 1px dotted #bbb;
}
#media-modal #mediaModalHeader .filter .filter-dropdown li:first-child {
  border: none;
}
#media-modal #mediaModalHeader .filter .filter-dropdown li a {
  display: block;
  width: 100%;
  padding: 5px;
  color: #000;
}
#media-modal #mediaModalHeader .filter .filter-dropdown li a:hover {
  color: #fff;
  background: #20c3ff;
}
#media-modal .modalTraverse {
  width: 50%;
  position: fixed;
  top: 40px;
  bottom: 40px;
  cursor: pointer;
}
#media-modal .modalTraverse#modalNext {
  right: 0;
  background: url('https://www.everquest.com/images/media-modal/modal-next.png?v=3989123566') right center no-repeat;
}
#media-modal .modalTraverse#modalNext:hover {
  background: url('https://www.everquest.com/images/media-modal/modal-next-active.png?v=4208583949') right center no-repeat;
}
#media-modal .modalTraverse#modalPrev {
  left: 0;
  background: url('https://www.everquest.com/images/media-modal/modal-prev.png?v=3349893713') left center no-repeat;
}
#media-modal .modalTraverse#modalPrev:hover {
  background: url('https://www.everquest.com/images/media-modal/modal-prev-active.png?v=1438624785') left center no-repeat;
}
#media-modal #media-modal-image {
  width: 100%;
}
#media-modal.contain-y .modal-body {
  text-align: center;
}
#media-modal.contain-y .modal-body #media-modal-image {
  width: auto;
  height: 100%;
}
#media-modal.center-y #media-modal-image {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: auto;
  position: relative;
  top: 50%;
  width: auto;
}
#media-modal #mediaModalFooter {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  height: 40px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: left;
}
#media-modal #mediaModalFooter #paginationContainer {
  position: relative;
  width: 158px;
  margin: auto;
}
#media-modal #mediaModalFooter #paginationContainer .pagNavBtn {
  display: block;
  width: 14px;
  height: 26px;
  margin: 7px 0 0;
  cursor: pointer;
}
#media-modal #mediaModalFooter #paginationContainer #pagNext {
  float: right;
  background: url('https://www.everquest.com/images/media-modal/media-pagination-arrows-sprite.png?v=1403003126') transparent right top;
}
#media-modal #mediaModalFooter #paginationContainer #pagNext:hover {
  background-position: right bottom;
}
#media-modal #mediaModalFooter #paginationContainer #pagPrev {
  float: left;
  background: url('https://www.everquest.com/images/media-modal/media-pagination-arrows-sprite.png?v=1403003126') transparent left top;
}
#media-modal #mediaModalFooter #paginationContainer #pagPrev:hover {
  background-position: left bottom;
}
#media-modal #mediaModalFooter #paginationContainer #paginationDotContainer {
  float: left;
  margin-top: -1px;
  width: 130px;
  overflow: hidden;
}
#media-modal #mediaModalFooter #paginationContainer #paginationDotContainer #dotOverflowContainer {
  position: relative;
  left: 0;
}
#media-modal #mediaModalFooter #paginationContainer #paginationDotContainer .pagDot {
  float: left;
}
#media-modal #mediaModalFooter #paginationContainer #paginationDotContainer .dot {
  border-radius: 10px;
  background: #cacaca;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin: 16px 8px;
  border: 1px solid #b6b7b7;
  opacity: 0.45;
  cursor: pointer;
}
#media-modal #mediaModalFooter #paginationContainer #paginationDotContainer .dot:hover {
  opacity: 1.0;
}
#media-modal #mediaModalFooter #paginationContainer #paginationDotContainer .dot.active {
  opacity: 1.0;
  background: #a77a00;
  border: 1px solid #fce6aa;
}
#media-modal #mediaModalFooter #paginationImages {
  background: #271d01;
  border-radius: 3px;
  border: 1px solid #f8c22f;
  bottom: 40px;
  box-shadow: 0 3px 4px #000;
  display: none;
  padding: 4px;
  position: absolute;
}
#media-modal #mediaModalFooter #paginationImages.hidden {
  visibility: hidden;
}
#media-modal #mediaModalFooter #paginationImages:before,
#media-modal #mediaModalFooter #paginationImages:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #271d01;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#media-modal #mediaModalFooter #paginationImages:before {
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  border-top: 12px solid #f8c22f;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
#media-modal #mediaModalFooter #paginationImages #pagImgContainer {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
#media-modal #mediaModalFooter #paginationImages #pagImgContainer #paginationImgSlider {
  position: relative;
  left: 0;
  top: 0;
}
#media-modal #mediaModalFooter #paginationImages #pagImgContainer #paginationImgSlider img {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
/**
 * SOE Carousel
 */
.soe-carousel {
  width: 592px;
  height: 333px;
  background: #000;
}
.soe-carousel .carousel-inner .item {
  width: 592px;
  height: 333px;
  overflow: hidden;
}
.soe-carousel .carousel-inner .item img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  max-width: 592px;
  max-height: 333px;
}
.soe-carousel .carousel-progress-bar {
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
}
.soe-carousel .carousel-progress-bar .carousel-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #f8c22f;
}
.soe-carousel .carousel-indicators {
  bottom: -35px;
}
.soe-carousel .carousel-control {
  width: 30px;
  background: none;
}
.soe-carousel:hover .carousel-control {
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.soe-carousel:hover .carousel-control .soe-default-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.soe-carousel:hover .carousel-control.left .soe-default-arrow {
  border-right: 15px solid white;
}
.soe-carousel:hover .carousel-control.right .soe-default-arrow {
  border-left: 15px solid white;
}


/* end /styles/components.css*/

/* start /styles/_pages/shop.css*/
/** CSS UNIQUE TO SHOP PLAYERS TAB ONLY */
.page-content.center {
	*min-height: 800px;
}
h1.giant-title{
	font-size: 2em;
	line-height: 1.064em;
	color:#2a4657;
	text-align:center;
	height: 110px;
	background-image:url('https://www.everquest.com/images/themes/base/shop/divider-header.png?v=2637964999');
	background-repeat:no-repeat;
	background-position:center 10px;
	background-color:transparent;
}
.triptych-panel{
	display: block;
	float: left;
	height: 564px;
	margin: 0 0 100px 20px;
	position: relative;
	width: 290px;
	background-image:url('https://www.everquest.com/images/themes/base/shop/triptych-panel.png?v=2341689011');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
}
.triptych-panel.first-child{
	margin-left:30px;
}
.triptych-panel.membership{

}
.triptych-panel.dlc{

}
.triptych-panel.stationcash{

}
.triptych-panel.stationcash p.left{
	text-align:left;
}
h1.triptych-title{
	color:#ffffff;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .90);
	font-size:20px;
	font-family:palitino;
	font-weight: normal;
	line-height: 48px;
	text-align: center;
	width:100%;
}
h1.triptych-title img{
	position:relative;
	top:8px;
}
.triptych-copy{
	width: 290px;
	display:block;
	position:relative;
	margin: 0 auto 0 auto;
}
.triptych-copy.top{
	height: 80px;
	background-image:url('https://www.everquest.com/images/themes/base/shop/divider-dark-top.png?v=1110556929');
	background-repeat:no-repeat;
	background-position:bottom center;
	background-color:transparent;
}
.triptych-copy.middle{
	height: 80px;
	background-image:url('https://www.everquest.com/images/themes/base/shop/divider-dark-bottom.png?v=728411601');
	background-repeat:no-repeat;
	background-position:top center;
	background-color:transparent;
}

.triptych-copy p{
	font-size: 0.814em;
	font-weight: bold;
	padding:10px 26px 0 26px;
	color:#2c2c2b;
}
.triptych-area{
	height: 130px;
	width: 278px;
	display:block;
	position:relative;
	margin: 0 auto 0 auto;
	color:#2c2c2b;
}
.triptych-area.middle{
	height: 130px;
	background-image:url('https://www.everquest.com/images/themes/base/shop/divider-dark-bottom.png?v=728411601');
	background-repeat:no-repeat;
	background-position:top center;
	background-color:transparent;
}
.triptych-area.bottom{
	height: 120px;
	margin: 10px auto 0 auto;
/** background-image:url('https://www.everquest.com/images/themes/base/shop/divider-dark-bottom.png?v=728411601');
	background-repeat:no-repeat;
	background-position:top center;
	background-color:transparent; */
}
a.thumb-frame{
	height: 130px;
	width: 285px;
	display:block;
	position:relative;
	margin: 0 auto 0 auto;
	z-index:5;
	cursor:pointer;
}
a.thumb-frame img.thumb{
	height: 130px;
	width: 285px;
}
a.thumb-frame span.zoom{
	height: 23px;
	width: 23px;
	display:block;
	position: absolute;
	top:6px;
	right:16px;
	background-image:url('https://www.everquest.com/images/themes/base/shop/zoom-btn.png?v=749150989');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
}
a.thumb-frame:hover span.zoom{
	background-position:bottom left;
}
.triptych-area ul.arrow-bullet{
	list-style-image:url('https://www.everquest.com/images/themes/base/shop/bullet.png?v=1478852878');
	font-size: 0.689em;
	font-weight: bold;
	margin-left: 0;
	margin-left: 0\9;
	*margin-left: 0;
	float: left;
}
.triptych-area ul.arrow-bullet li{
	font-weight: bold;
	line-height: 20px;
	margin-left: 34px;
	list-style-image:url('https://www.everquest.com/images/themes/base/shop/bullet.png?v=1478852878');
	color:#2c2c2b;
	vertical-align:text-top;
}

.triptych-area ul.arrow-bullet li span{
	position:relative;
	top: -4px;
	*top:0;
	color:#2c2c2b;
}
.triptych-area p{
	text-align:left;
	color:#2c2c2b;
	font-weight: bold;
	font-size: 0.689em;
}
.triptych-panel.dlc .triptych-area.bottom p{
	text-align:center;
	margin-top: -10px;
}
.triptych-panel.stationcash .triptych-area.bottom p{
	text-align:center;
	margin: -10px auto 0 auto;
	width: 220px;
}
.triptych-area a.left{
	float:left;
	margin-left:14px;
}
.triptych-area a.right{
	float:right;
	margin-right:14px;
}
.triptych-panel.stationcash .triptych-area.bottom a.center{
	bottom: 0;
}
.triptych-area a.center{
	bottom: 10px;
	margin: 0 auto;
	position: absolute;
	left:0;
	right:0;
	width:100%;
	text-align: center;
	font-size: 0.689em;
	font-weight: bold;
}

/** ----------------- DLC EXPANSIONS CSS ---------------- */
/** ----------------- EXPANSION DROPDOWN ---------------- */
.triptych-copy .option-select{
	height: 27px;
	width: 223px;
	display:block;
	position:relative;
	margin: 0 auto;
	background-image:url('https://www.everquest.com/images/themes/base/select_option_bg.png?v=378122447');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
}
.option-select a.option-select-btn{
	height: 25px;
	width: 32px;
	display:block;
	position:relative;
	float:right;
	margin-top:1px;
	background-image:url('https://www.everquest.com/images/themes/base/select_option_btn.png?v=3003573040');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
	z-index:10;
}
.option-select a.option-select-btn:hover{
	background-position:bottom left;
}
.option-select a.option-select-btn span{
	height: 10px;
	width: 15px;
	display:block;
	position:absolute;
	top:7px;
	left:10px;
	background-image:url('https://www.everquest.com/images/themes/base/select_option_arrow.png?v=775931821');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
}
.option-select a.option-select-btn span.open{
	background-position:bottom left;
}
.option-select ul.expansion-dropdown.selected{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 190px;
	background: #222;
	background-color:transparent;
}
.option-select ul.expansion-dropdown.selected li{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.option-select ul.expansion-dropdown.selected li a{
	padding: 4px 0 0 6px;
	color: #000000 !important;
	display: block;
	text-decoration: none;
	font-weight: normal;
	float: left;
	background-color:transparent;
	font-size: 0.814em;
}
.option-select ul.expansion-dropdown.selected li ul.expansion-dropdown.options{
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 26px;
	background-color: #fefefe;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 190px;
	border: 1px solid #7b8da2;
	z-index:15;
}
.option-select ul.expansion-dropdown.selected li ul.expansion-dropdown.options li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #7b8da2;
	clear: both;
	width: 190px;
}
.option-select ul.expansion-dropdown.selected li ul.expansion-dropdown.options li a{
	float: left;
	width: 184px;
	background-color: #fefefe;
	padding: 4px 0 3px 6px;
}
.option-select ul.expansion-dropdown.selected li ul.expansion-dropdown.options li a:hover{
	background-color: #a0adb7;
	color:#ffffff !important;
}
/** -------------------- END DLC DROPDOWN ------------------- */
p.exp-desc{
	display:none;
}
.triptych-area p.select-payment-method{
	position: relative;
	text-align: center;
	top: 10px;
}
.triptych-area table.checkbox{
	font-size: 0.814em;
	font-weight: bold;
	margin: 10px auto 0 auto;
	font-family: Arial;
}
.triptych-area table.checkbox tr{

}
.triptych-area table.checkbox tr td{
	color:#2c2c2b;
	height:29px;
	font-family: Arial;
	font-size: 0.814em;
}
.triptych-area table.checkbox tr td span{
	position:relative;
	top: -3px;
	left:6px;
	color:#2c2c2b;
}
.triptych-area table.checkbox tr td span img{
	position:relative;
	top: 9px;
}
.triptych-area p img{
	position:relative;
	top: 9px;
}
.sc-checkbox-tip, .sc-tip{
	cursor:pointer;
}
/** --------------------- BUY BUTTON OVERRIDES -------------------- */
a.buy-now {
	position:absolute;
	bottom:24px;
	left:0;
	*left:8%;
	right:0;
}
a.upgrade {
	position:absolute;
	bottom:24px;
	left:0;
	*left:8%;
	right:0;
}
a.buy-sc {
	position:absolute;
	bottom:24px;
	left:0;
	*left:8%;
	right:0;
}
/** --------------------- MEMBERSHIP MODAL -------------------- */
#scBurst {
	background-image: url('https://www.everquest.com/images/themes/base/free/500-ScBurst.png?v=2592674141');
	background-position: left top;
	background-repeat: no-repeat;
	height: 80px;
	width: 139px;
	position: absolute;
	right: -65px;
	top: 0;
}
.modal-content.membership table.matrix {
	width: 824px;
	font-size: 0.689em;
	margin:0 auto 0 auto;
}
.modal-content.membership ol {
	width: 760px;
}
.modal-content.membership table.matrix tr.tombstone th {
	border: none;
	height: 83px;
	background-color: transparent;
}
.modal-content.membership table.matrix th[scope="row"] {
	text-align: right;
	padding-right: 10px;
}
.modal-content.membership table.matrix tr.tombstone td.free {
	background-image: url('https://www.everquest.com/images/themes/base/free/tombstone-blue.png?v=1202589728');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	color: white;
	width: 219px;
	border: none;
}
.modal-content.membership table.matrix tr.tombstone td.free span {
	color: white;
	text-shadow: 0px 1px 0px rgba (0, 0, 0, .90);
	font-size: 1.438em;
	line-height: 44px;
	font-family: Georgia, serif;
}
.modal-content.membership table.matrix tr.tombstone td.silver {
	background-image: url('https://www.everquest.com/images/themes/base/free/tombstone-blue.png?v=1202589728');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	color: white;
	width: 219px;
	border-top: none;
	border-right: none;
}
.modal-content.membership table.matrix tr.tombstone td.silver span {
	color: white;
	text-shadow: 0px 1px 0px rgba (0, 0, 0, .90);
	font-size: 1.438em;
	line-height: 44px;
	font-family: Georgia, serif;
}

.modal-content.membership table.matrix tr.tombstone td.gold {
	background-image: url('https://www.everquest.com/images/themes/base/free/tombstone-gold.png?v=704227016');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: transparent;
	color: #EDC963;
	width: 220px;
	border-top: none;
}
.modal-content.membership table.matrix tr.tombstone td.gold span {
	color: white;
	text-shadow: 0px 1px 0px rgba (0, 0, 0, .90);
	font-size: 1.438em;
	line-height: 44px;
	font-family: Georgia, serif;
}

.modal-content.membership table.matrix tr td.trdivider {
	text-align: right !important;
	background-color: #303840 !important;
	border-color: #c3c4c0 !important;
	color: white;
	padding-right: 10px !important;
	width: 154px !important;
	height: 20px;
	text-transform: uppercase;
}

.modal-content.membership table.matrix tr td, th {
	border-right: 1px solid #c3c4c0;
	border-top: 1px solid #c3c4c0;
	padding: 0;
	text-align: center;
	width: 150px;
	height: 34px;
	background-color: #daddde;
}

.modal-content.membership table.matrix tr.even td {
	background-color: #e0e2e2;
}

.modal-content.membership table.matrix tr td.gold {
	color: black;
	background-color: #fffbed;
}
.modal-content.membership h1.membership-title {
	font-size:1.250em;
	margin:0 0 0 10px;
	color: #173352;
}
.modal-content.membership .legal-scrollable{
	width:824px;
	height: 100px;
	overflow:hidden;
	color: #000;
	line-height: 14px;
	position:relative;
	top:10px;
	margin:0 auto 10px auto;
	font-size:0.625em;
}
.modal-content.membership .legal-scrollable p{
	color: #000;
	width:760px;
	font-size:10px;
}
/** MODAL SCROLL AREA */
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 100%;
	background-color:transparent;
}
.jspVerticalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{
	display: none;
}
.jspTrack{
	background-image: url('https://www.everquest.com/images/themes/base/modal/modal-scroll-track-small.png?v=3461699979');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	position: relative;
}
.jspDrag{
	background-image: url('https://www.everquest.com/images/themes/base/modal/modal-scroll-drag-handle.png?v=3632285518');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	position: relative;
	top: 0;
	left: -6px;
	cursor: pointer;
	width:20px;
	height:23px !important;
}
.modal-content.membership .jspTrack{
	background-image: url('https://www.everquest.com/images/themes/base/modal/modal-scroll-track-small.png?v=3461699979');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	position: relative;
}
.modal-content.voa .jspTrack{
	background-image: url('https://www.everquest.com/images/themes/base/modal/modal-scroll-track.png?v=1513998568');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	position: relative;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
/**  -------------------- STATION CASH MODAL --------------------  */
.expanding-modal h1.sc-headline{
	font-size: 1.750em;
	font-weight: bold;
	text-align: center;
	color: #2A4657;
	line-height: 1.25em;
	position:absolute;
	margin:0 auto;
	top: 10px;
	width: 100%;
}
.modal-content.stationcash .clear.divide.top{
	height:80px;
	margin:0 auto;
	position:relative;
}
.modal-content.stationcash img.sc-logo{
	display: block;
	height: 46px;
	margin: 0 auto;
	width: 176px;
	left: 0;
	right:0;
	top:22px;
	margin: 0 auto;
	position: relative;
}
.modal-content.stationcash ul.sc-buttons{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:460px;
	height:138px;
	margin:26px auto 0 auto;
}
.modal-content.stationcash ul.sc-buttons li{
	list-style-type: none;
	height:39px;
	width:225px;
	display:block;
	float:left;
	margin-top:10px;
}
.modal-content.stationcash ul.sc-buttons li.top{
	margin-top:0;
}
.modal-content.stationcash ul.sc-buttons li.right{
	margin-left:10px;
}
.modal-content.stationcash ul.sc-buttons li a.buy-sc{
	display:block;
	height:39px;
	width:225px;
	margin:0;
	background-image:url('https://www.everquest.com/images/buttons/green_btn_sprite.png?v=526709294');
	background-repeat:no-repeat;
	background-position:top left;
	color:#FFF !important;
/** font-size: 12px;
	font-family: Arial;
	font-weight: normal;*/
	color: #000000 !important;
	font-size:15px;
	font-family: Palatino, serif;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	z-index:200;
	text-decoration:none;
	position:relative;
	cursor:pointer;
}
.modal-content.stationcash ul.sc-buttons li a.buy-sc:hover{
	background-position:bottom left;
}
.modal-content.stationcash ul.sc-buttons li a.buy-sc img{
	position:relative;
	top: 6px;
	float: left;
	margin-left: 40px;
}
.modal-content.stationcash ul.sc-buttons li a.buy-sc span{
	position: relative;
	top: -2px;
	float: left;
	margin-left: 5px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
	filter:progid:DXImageTransform.Microsoft.DropShadow(color='#99B4B490',offX='0',offY='1');
	color: #fff;
}
.modal-content.stationcash ul.sc-buttons li a.buy-sc:hover{
	background-position:bottom left;
}
.modal-content.stationcash p.legal{
	bottom: 10px;
	color: #2b2b2c;
	font-size: 11px;
	left: 10px;
	text-align: center;
	padding-bottom:80px;
}
.modal-element{
	height: 49px;
	width: 352px;
	display:block;
	position:relative;
	margin:0 auto;
	clear: both;
}
.modal-element p.modal-element-label{
	float:left;
	line-height: 47px;
	margin: 0 0 0 10px;
}
/** -------------------- CURRENCY DROPDOWN -------------------- */
.modal-content .modal-option-select{
	height: 27px;
	width: 223px;
	display:block;
	position:relative;
	margin: 12px 0 0 10px;
	float:left;
	background-image:url('https://www.everquest.com/images/themes/base/select_option_bg.png?v=378122447');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
}
.modal-content .modal-option-select a.modal-option-select-btn{
	height: 25px;
	width: 32px;
	display:block;
	position:relative;
	float:right;
	margin-top:1px;
	background-image:url('https://www.everquest.com/images/themes/base/select_option_btn.png?v=3003573040');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
	z-index:10;
}
.modal-content .modal-option-select a.modal-option-select-btn:hover{
	background-position:bottom left;
}
.modal-content .modal-option-select a.modal-option-select-btn span{
	height: 10px;
	width: 15px;
	display:block;
	position:absolute;
	top:7px;
	left:10px;
	background-image:url('https://www.everquest.com/images/themes/base/select_option_arrow.png?v=775931821');
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
}
.modal-content .modal-option-select a.modal-option-select-btn span.open{
	background-position:bottom left;
}
.modal-content.pricing .modal-option-select ul.modal-dropdown.selected{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 190px;
	background: #222;
	background-color:transparent;
}
.modal-content .modal-option-select ul.modal-dropdown.selected li{
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative;
}
.modal-content .modal-option-select ul.modal-dropdown.selected li a{
	padding: 4px 0 0 6px;
	color: #000000 !important;
	display: block;
	text-decoration: none;
	font-weight: normal;
	float: left;
	background-color:transparent;
	font-size: 0.814em;
}
.modal-content .modal-option-select ul.modal-dropdown.selected li ul.modal-dropdown.options{
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 26px;
	background-color: #ecead0;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 190px;
	border: 1px solid #111;
	z-index:250;
}
.modal-content .modal-option-select ul.modal-dropdown.selected li ul.modal-dropdown.options li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #7B8DA2;
	clear: both;
	width: 190px;
}
.modal-content .modal-option-select ul.modal-dropdown.selected li ul.modal-dropdown.options li a{
	float: left;
	width: 184px;
	background-color: #fefefe;
	padding: 4px 0 3px 6px;
}
.modal-content .modal-option-select ul.modal-dropdown.selected li ul.modal-dropdown.options li a:hover{
	background-color: #a0adb7;
	color:#ffffff !important;
}
/** -------------------- END CURRENCY DROPDOWN -------------------- */
/** ------------------- GAME EXPANSION MODALS -------------------- */
#titleVOA{
	background-image: url('https://www.everquest.com/images/themes/base/modal/modal-title-bg.png?v=3963200363');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
	width:758px;
	height:113px;
	display:block;
	position:absolute;
	margin:0 auto;
	left:0;
	right:0;
	top:40px;
}
#titleVOA h1{
	color: #ebb12e;
	font-family: Georgia, serif;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, .90);/** inside */
	font-size:2.064em;
	font-weight: bold;
	font-style:italic;
	text-align:center;
	line-height: 104px;
}
#titleVOA h1 span{
	color: #ffffff;
}
.modal-content.voa{
	padding-top: 90px;
}
.modal-content h3{
	color:#a27545;
}

#collectorsBurst  {
	background: url('https://www.everquest.com/images/themes/base/shop/collectors-sticker.png?v=3876877716') no-repeat;
	width: 145px;
	height: 127px;
	position: absolute;
	left: 715px;
	top: 730px;
	z-index:10;
}

.modal-copy{
	width:380px;
	float:right;
	margin-top: 2px;
}
.modal-content.voa .modal-copy{
	float: left;
	height: 350px;
	margin-left: 50px;
	overflow:hidden;
	width:450px;
}
.modal-copy p{
	width:320px;
	line-height: 21px;
	font-size: 0.875em;
}
.modal-copy ul{
	float:none;
}
.modal-copy ul.arrow-bullet{
	margin-left: 0;
	margin-top: 20px;
	width:340px;
}
.modal-copy ul.arrow-bullet li{
	font-size: 0.689em;
	line-height: 20px;
	margin-left: 25px;
	list-style-image:url('https://www.everquest.com/images/themes/base/shop/bullet.png?v=1478852878');
	color: #2C2C2B;
	vertical-align: middle;
}
.modal-copy ul.arrow-bullet li span{
	position:relative;
	top: -4px;
	*top:0;
}
.modal-pic{
	height: 350px;
	width: 284px;
	display:block;
	float:left;
	margin-left:50px;
}
.modal-pic.voa{
	background-image: url('https://www.everquest.com/images/themes/base/modal/modal-poster-frame.png?v=1141526431');
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
}
.modal-pic.voa img{
	margin:6px 0 0 7px;
}
.clear.divide{
	width:100%;
	height:20px;
	margin-bottom: 14px;
	display:block;
}
.clear.divide.top{
	background-image: url('https://www.everquest.com/images/themes/base/modal/modal-horiz-divider.png?v=141970555');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
}
.clear.divide.bottom{
	background-image: url('https://www.everquest.com/images/themes/base/modal/modal-horiz-divider.png?v=141970555');
	background-position: center top;
	background-repeat: no-repeat;
	background-color:transparent;
}
.modal-content.voa p.info{
	float:left;
	*float:none;
	clear: right;
	margin-left:5px;
	margin-top:14px;
	font-size: 11px;
	display:block;
	width:600px;
}
.modal-content.voa img.info-icon{
	float:left;
	clear: both;
	margin-top:10px;
	margin-left: 50px;
}
/** EXPANSION TABLE */
.modal-content.voa table.expansion-matrix{
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0 auto;
	width: 740px;
	clear: left;
}
.modal-content.voa table.expansion-matrix tr{
	height:32px;
}
.modal-content.voa table.expansion-matrix tr.tombstone{
	height:40px;
	font-size: 14px !important;
	text-transform: uppercase;
	text-align: center;
}
.modal-content.voa table.expansion-matrix tr.tombstone td.standard p{
	font-size: 1em !important;
	color:#ffffff;
	font-family: Georgia, serif;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .90); /** outside */
}
.modal-content.voa table.expansion-matrix tr.tombstone td.collectors p{
	font-size: 1em !important;
	color:#edc963;
	font-family: Georgia, serif;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .90); /** outside */
}
.modal-content.voa table.expansion-matrix tr.odd td p{
	font-size: 11px;
}
.modal-content.voa table.expansion-matrix tr.even td p{
	font-size: 11px;
}
.modal-content.voa table.expansion-matrix tr.top-row td{
	border-top:1px solid #c3c4c0;
	border-bottom:1px solid #c3c4c0;
}
.modal-content.voa table.expansion-matrix tr.odd td{
	border-bottom:1px solid #c3c4c0;
}
.modal-content.voa table.expansion-matrix tr.even td{
	border-bottom:1px solid #c3c4c0;
}
.modal-content.voa table.expansion-matrix tr.odd{
	height:32px;
	background-color: #daddde;
}
.modal-content.voa table.expansion-matrix tr.even{
	height:32px;
	background-color: #e0e2e2;
}
.modal-content.voa table.expansion-matrix tr.odd td img{
	position:relative;
	top:2px;
}
.modal-content.voa table.expansion-matrix tr.even td img{
	position:relative;
	top:2px;
}
.modal-content.voa table.expansion-matrix tr td.includes{
	text-align: left;
	padding-left:10px;
	border-left:1px solid #c3c4c0;
}
.modal-content.voa table.expansion-matrix tr td.standard{
	width:163px;
	border-left:1px solid #c3c4c0;
	text-align: center;
}
.modal-content.voa table.expansion-matrix tr td.collectors{
	width:163px;
	border-left:1px solid #c3c4c0;
	border-right:1px solid #c3c4c0;
	text-align: center;
}
.modal-content.voa table.expansion-matrix tr.tombstone td.includes{
	height:40px;
	background-image: none;
	background-color:transparent;
}
.modal-content.voa table.expansion-matrix tr.tombstone td.standard{
	height: 46px;
	width: 207px;
	background-image: url('https://www.everquest.com/images/themes/base/modal/modal-tab-blue.png?v=4278198662');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:transparent;
}
.modal-content.voa table.expansion-matrix tr.tombstone td.collectors{
	height: 46px;
	width: 207px;
	background-image: url('https://www.everquest.com/images/themes/base/modal/modal-tab-red.png?v=1010139462');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color:transparent;
}
.modal-content.voa table.expansion-matrix tr.tombstone td.includes{
	border-left:1px solid transparent;
}
.modal-content.voa table.expansion-matrix tr.tombstone td.standard{
	border-left:1px solid transparent;
}
.modal-content.voa table.expansion-matrix tr.tombstone td.collectors{
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}
/** ------------------ END GAME EXPANSION MODALS ------------------- */
/* overwritting */
.content-top {
	height:50px;
}

/* nav */
.nav ul {
	margin:0 0 0 10px;
	padding:0 0 0 30px;
	background-image: url('https://www.everquest.com/images/shop/navBg.png?v=10751591');
	background-repeat: no-repeat;
	background-color:transparent;
	background-position: bottom center;
	width:880px;
}
.nav li {
	display:inline-block;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
	outline: 0;
}
.nav li a span{
	display:block;
	float:left;
	height: 31px;
	background-image: url('https://www.everquest.com/images/shop/spriteNav.png?v=3453310997');
	background-repeat: no-repeat;
	background-color:transparent;
	background-position: 0 -1px;
	text-align:center;
	font-family: Georgia, serif;
	font-size: 0.875em;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 31px;
	padding:0 5px 0 10px;
	color:#fff;
}
.nav li em.r {
	display:block;
	float:right;
	height: 31px;
	width:4px;
	background-image: url('https://www.everquest.com/images/shop/spriteNav.png?v=3453310997');
	background-repeat: no-repeat;
	background-color:transparent;
	background-position: 0 -104px;
}
.nav li a.current span,
.nav li a.current:hover span{
	line-height: 40px;
	height: 35px;
	background-position: 0 -67px;
	color:#000;
}
.nav li a.current em.r,
.nav li a.current:hover em.r{
	 height: 35px;
	 background-position: 0 -170px;
}
.nav li a:hover span{
	background-position: 0 -34px;
	color:#fee6ad;
}
.nav li a:hover em.r {
	background-position: 0 -137px;
}
.nav .icn-sc,
.nav .icn-kronos {
	min-width:29px; min-height:25px;
	background-image: url('https://www.everquest.com/images/shop/stationCash.png?v=3826675982');
	background-repeat: no-repeat;
	background-color:transparent;
	background-position: center left;
	display:inline-block;
	padding:0 0 0 30px;
}
.nav .icn-kronos {
	background-image: url('https://www.everquest.com/images/shop/krono.png?v=3758114389');
}

/* helper */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* table styling */
.tbl-shop,
.tbl-hdr {
  font-size:12px;
}
.tbl-hdr {
	font-weight:bold;
}

.tbl-shop,
.tbl-shop td{
	font-weight:bold;
	border-color: #c3c4c1;
	border-style: solid;
}

.tbl-shop  {
	width:100%;
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

.tbl-shop td {
	height:42px;
	margin: 0;
	padding: 3px;
	border-width: 1px 1px 0 0;
}


.tbl-shop tbody tr {
	background:#daddde;
}

.tbl-shop tbody tr:nth-child(odd) {
	background:#e0e2e2;
}




/* end /styles/_pages/shop.css*/

/* start /styles/_pages/expansion-content.css*/
/* expansion-content specific styling */

.item {
	margin: 0 36px;
	padding: 20px 0 40px;
	clear: both;
	background: url('https://www.everquest.com/images/themes/base/expansions/divider-horizontal.png?v=147748334') no-repeat center bottom;
}
.item h2,
.item h3 {
	font: 25px Georgia,serif;
	font-weight: bold;
	color: #2b4e6e;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.item h3 {
	font-size: 17px;
	margin: 0;
	text-align: center;
}
.item p {
	margin: 0 0 15px;
}

.sidebar {
	width: 212px;
	margin: 0 20px 0 0;
	float: left;
}
.sidebar a img {
	margin: 0 0 30px;
}
.sidebar a.ss,
.expansion-screenshots a {
	display: inline-block;
	width: 212px;
	height: 114px;
	margin: 0 0 15px;
	background-position: left top;
	background-repeat: no-repeat;
}
.sidebar a.first {
	display: block;
	height: auto;
}
.sidebar a:hover,
.expansion-screenshots a:hover {
	background-position: left bottom;
}
.cof .ss.one {
	background-image: url('https://www.everquest.com/images/themes/base/expansions/cof-ss1.png?v=306543737');
}
.cof .ss.two {
	background-image: url('https://www.everquest.com/images/themes/base/expansions/cof-ss2.png?v=2014424181');
}
.cof .ss.three {
	background-image: url('https://www.everquest.com/images/themes/base/expansions/cof-ss3.png?v=317098989');
}
.cof .ss.four {
	background-image: url('https://www.everquest.com/images/themes/base/expansions/cof-ss4.png?v=2797344222');
}
.rof .ss.one {
	background-image: url('https://www.everquest.com/images/themes/base/expansions/rof-ss1.png?v=2317008255');
}
.rof .ss.two {
	background-image: url('https://www.everquest.com/images/themes/base/expansions/rof-ss2.png?v=3872133130');
}
.rof .ss.three {
	background-image: url('https://www.everquest.com/images/themes/base/expansions/rof-ss3.png?v=3234226082');
}
.rof .vid1 {
	background-image: url('https://www.everquest.com/images/themes/base/expansions/rof-vid1.png?v=3239752718');
}

table.comparisons {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
table.comparisons img {
	display: block;
	margin: 0 auto;
}
table.comparisons tbody tr td {
	padding: 3px 10px;
}
table.comparisons tbody tr td:first-child {
	text-align: left;
}
table.comparisons tbody tr td:first-child span {
	color: #2c7909;
}
table.comparisons .buy {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMmI1YjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #b2b5b9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b2b5b9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b2b5b9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#b2b5b9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#b2b5b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b5b9',GradientType=0 );

}
table.comparisons tbody .buy td {
	padding: 10px;
	font-size: 18px;
	vertical-align: bottom;
}
.old-price {
	font-size: 15px;
	color: #929292;
	text-decoration: line-through;
}
a.preorder-standard,
a.preorder-collector,
a.buy-standard,
a.buy-collector,
a.buy-upgrade {
	display: inline-block;
	width: 167px;
	height: 38px;
	background: url('https://www.everquest.com/images/buttons/pre-order-btn.png?v=4176471276') no-repeat left top;
}
a.buy-standard,
a.buy-collector,
a.buy-upgrade {
	width: 108px;
	background: url('https://www.everquest.com/images/buttons/buy-now-btn.png?v=488919545') no-repeat left top;
}
a.buy-upgrade {
	background: url('https://www.everquest.com/images/buttons/buy-now-btn.png?v=488919545') no-repeat left top;
}
a:hover.preorder-standard,
a:hover.preorder-collector,
a:hover.buy-standard,
a:hover.buy-collector,
a:hover.buy-upgrade {
	background-position: left bottom;
}
.content-bottom a{
	color: #2B4E6E;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}
.btn-grp {
	float: left;
	width: 50%;
}

.expansion-head {
	position: relative;
	width: 875px;
	height: 351px;
	margin: 0 auto 20px;
}
.cof .expansion-head {
	background: url('https://www.everquest.com/images/themes/base/expansions/cof-header.png?v=2918233925') no-repeat center top;
}
.rof .expansion-head {
	background: url('https://www.everquest.com/images/themes/base/expansions/rof-header.png?v=1584755448') no-repeat center top;
}
.head-box, .head-box2, .head-box3 {
	background: #dddedc;
	padding: 15px 15px 0;
	position: relative;
	top: 150px;
	left: -400px;
	bottom: 90px;
	text-align: center;
	-webkit-box-shadow: inset 0 0 5px black;
	-moz-box-shadow: inset 0 0 5px black;
	box-shadow: inset 0 0 5px black;
}
.head-box {
	margin-left: 20px;
	float: right;
}
.head-box .product, .head-box2 .product, .head-box3 .product {
	height: 1em;
}
.head-box .btn-grp, .head-box2 .btn-grp, .head-box3 .btn-grp {
	width: auto;
	margin: 0 15px 5px 0;
}
.head-box .btn-grp.last, .head-box2 .btn-grp.last, .head-box3 .btn-grp.last {
	margin-right: 0;
}
.head-box .product p, .head-box2 .product p .head-box3 .product p {
	font: 12px Arial,sans-serif;
}
.head-box .price, .head-box2 .price, .head-box3 .price {
	font: bold 22px Arial,sans-serif;
}
.head-box .compare-link,
.head-box > p, .head-box2 .compare-link,
.head-box > p, .head-box3 .compare-link,
.head-box > p,
.expansion-content .return-link {
	display: block;
	clear: both;
	margin: 8px 0;
}
.head-box > p, .head-box2 > p, .head-box3 > p {
	max-width: 350px;
}
.upgrade-copy {
	position: absolute;
	bottom: 15px;
	width: 430px;
	color: #ffffff;
	font-size: 10px;
	left: 20px;
}
.upgrade-copy a{
	color: #f8c22f;
	font-size: 12px;
	font-family: arial;
}
.expansion-content h2 {
	margin: 0 0 20px;
	font: bold 22px Georgia,serif;
}
.expansion-content h3 {
	height: 54px;
	position: relative;
	margin: 20px 0;
	text-indent: 35px;
	padding-top: 16px;
	margin-left: 25px;
	margin-bottom: -5px;
	clear: both;
	font: bold 17px Georgia,serif;
	color: #2b4e6e;
	text-transform: uppercase;
	background: url('https://www.everquest.com/images/themes/base/classes/classes-header.png?v=4288234393') no-repeat;
}
.expansion-content h3 span {
	display: block;
	position: absolute;
	top: 0;
	left: -30px;
	width: 57px;
	height: 50px;
	background-repeat: no-repeat;
}
.expansion-content.cof h3 span,
.expansion-content.rof h3#compare span {
	background-image: url('https://www.everquest.com/images/themes/base/letters/classes-c-icon.png?v=2243696860');
}
.expansion-content.rof h3 span {
	background-image: url('https://www.everquest.com/images/themes/base/letters/classes-n-icon.png?v=3571130644');
}
.expansion-content.cof {
    margin: 25px;
}
.expansion-copy li {
	font-size: 12px;
	padding-left: 16px;
	margin: 0 0 8px;
	background: url('https://www.everquest.com/images/themes/base/expansions/expansion-bullet.png?v=3290966875') no-repeat left 3px;
}
.expansion-screenshots {
	width: 870px;
	margin: 0 auto;
	clear: both;
}
.expansion-copy ul {
	float: left;
	overflow: hidden;
	width: 400px;
	margin-bottom: 20px;
}
.expansion-copy ul.first {
	margin-right: 50px;
}
strong {
	font-weight: bold;
}
.sticker {
	position: absolute;
	right: -75px;
	top: 0;
	width: 104px;
	height: 91px;
	background: url('https://www.everquest.com/images/themes/base/expansions/preorder-sticker.png?v=4275638843') no-repeat;
}
p.small {
	font-size: 10px;
}
.addition {
	margin: 20px 36px 0;
}
.expansion-compare {
	padding-bottom: 30px;
}
.best-value-positioner {
	position: absolute;
}
.best-value {
	background: url('https://www.everquest.com/images/themes/base/expansions/best-value.png?v=1416201430') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 91px;
    position: absolute;
    right: -275px;
    top: -112px;
    width: 104px;
}
a.allaccess-banner {
	display: block;
	width: 100%;
	height: 56px;
	margin: 20px 0 10px;
	background: url('https://www.everquest.com/images/shop/allaccess-banner.jpg?v=4094170599') no-repeat center;
}

/* currency dropdown */


.tbl-matrix ul.currency_menu, .tbl-matrix ul.currency_dropdown {
    margin: 0px;
}

.currency_menu {
    position: relative;
    clear: both;
    float: right;
    margin-bottom: 10px;
    color: #4a4a4a;
    cursor: pointer;
    z-index: 2;
}
.currency_menu li {
    list-style: none;
}
.currency_menu .label {
    color: #000;
}
.currency_menu .label > span {
    display: inline-block;
    font: 15px Shanti,serif;
    padding: 4px 8px;
    margin-left: 8px;
    color: #2b1605;
    width: 223px;
    background: url('https://www.everquest.com/images/select_option_bg.png?v=2633915676') no-repeat left top;
}
.currency_menu .label .arrow {
    float: right;
    width: 32px;
    height: 25px;
    margin: -3px 9px 0 0;
    background: url('https://www.everquest.com/images/select_option_btn.png?v=1707984031') no-repeat center top;
}
.currency_menu .label:hover .arrow {
    background-position: center bottom;
}
.currency_menu .label .arrow span {
    display: block;
    width: 15px;
    height: 10px;
    margin: 8px auto 0;
    background: url('https://www.everquest.com/images/select_option_arrow.png?v=1464529362') no-repeat center top;
}
.currency_menu .label:hover .arrow span {
    background-position: center bottom;
}
.currency_menu .currency_dropdown {
    position: absolute;
    left: -9999em;
    width: 185px;
    padding: 5px;
    background: #fff;
    border: 1px solid #344d6a;
    box-shadow: 0 3px 5px rgba(0,0,0,0.8);
}
.currency_menu:hover .currency_dropdown {
    left: auto;
    right: 34px;
}
.currency_menu .currency_dropdown a {
    display: block;
    padding: 4px 6px;
    font: normal 15px Arial,sans-serif;
    border-top: 1px solid #344d6a;
    color: #2b1605 !important;
}
.currency_menu .currency_dropdown li:first-child a {
    border: none;
}
.currency_menu .currency_dropdown a:hover {
    color: #fff !important;
    background: #6a2704;
}


/* end /styles/_pages/expansion-content.css*/
